mirror of
https://github.com/klzgrad/naiveproxy.git
synced 2024-11-24 14:26:09 +03:00
25 lines
809 B
Python
25 lines
809 B
Python
# Copyright 2016 The Chromium Authors. All rights reserved.
|
|
# Use of this source code is governed by a BSD-style license that can be
|
|
# found in the LICENSE file.
|
|
{
|
|
'targets': [
|
|
{
|
|
'target_name': 'a11y_page',
|
|
'dependencies': [
|
|
'../compiled_resources2.gyp:route',
|
|
'../settings_page/compiled_resources2.gyp:settings_animated_pages',
|
|
],
|
|
'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi'],
|
|
},
|
|
{
|
|
'target_name': 'manage_a11y_page',
|
|
'dependencies': [
|
|
'<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data',
|
|
'<(EXTERNS_GYP):settings_private',
|
|
'../compiled_resources2.gyp:route',
|
|
],
|
|
'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi'],
|
|
},
|
|
],
|
|
}
|