OLD | NEW |
1 # Copyright 2013 The Chromium Authors. All rights reserved. | 1 # Copyright 2013 The Chromium Authors. All rights reserved. |
2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
4 { | 4 { |
5 'variables' : { | 5 'variables' : { |
6 'pyautolib_sources': [ | 6 'pyautolib_sources': [ |
7 'app/chrome_command_ids.h', | 7 'app/chrome_command_ids.h', |
8 'app/chrome_dll_resource.h', | 8 'app/chrome_dll_resource.h', |
9 'common/automation_constants.h', | 9 'common/automation_constants.h', |
10 'common/pref_names.cc', | 10 'common/pref_names.cc', |
(...skipping 857 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
868 'browser', | 868 'browser', |
869 'chrome_resources.gyp:chrome_resources', | 869 'chrome_resources.gyp:chrome_resources', |
870 'chrome_resources.gyp:chrome_strings', | 870 'chrome_resources.gyp:chrome_strings', |
871 'chrome_resources.gyp:packed_extra_resources', | 871 'chrome_resources.gyp:packed_extra_resources', |
872 'chrome_resources.gyp:packed_resources', | 872 'chrome_resources.gyp:packed_resources', |
873 'common/extensions/api/api.gyp:chrome_api', | 873 'common/extensions/api/api.gyp:chrome_api', |
874 'renderer', | 874 'renderer', |
875 'test/perf/perf_test.gyp:*', | 875 'test/perf/perf_test.gyp:*', |
876 'test_support_common', | 876 'test_support_common', |
877 'test_support_sync_integration', | 877 'test_support_sync_integration', |
| 878 '../apps/common/api/api.gyp:apps_api', |
878 '../base/base.gyp:base', | 879 '../base/base.gyp:base', |
879 '../base/base.gyp:base_i18n', | 880 '../base/base.gyp:base_i18n', |
880 '../base/base.gyp:test_support_base', | 881 '../base/base.gyp:test_support_base', |
881 '../components/components.gyp:autofill_content_risk_proto', | 882 '../components/components.gyp:autofill_content_risk_proto', |
882 '../components/components.gyp:autofill_content_test_support', | 883 '../components/components.gyp:autofill_content_test_support', |
883 '../components/components.gyp:dom_distiller_content', | 884 '../components/components.gyp:dom_distiller_content', |
884 '../components/components.gyp:dom_distiller_test_support', | 885 '../components/components.gyp:dom_distiller_test_support', |
885 '../components/components.gyp:translate_core_common', | 886 '../components/components.gyp:translate_core_common', |
886 '../components/components_resources.gyp:components_resources', | 887 '../components/components_resources.gyp:components_resources', |
887 '../components/components_strings.gyp:components_strings', | 888 '../components/components_strings.gyp:components_strings', |
(...skipping 2360 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3248 ['enable_webrtc==1', { | 3249 ['enable_webrtc==1', { |
3249 'dependencies': [ | 3250 'dependencies': [ |
3250 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' | 3251 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' |
3251 ] | 3252 ] |
3252 }], | 3253 }], |
3253 ], | 3254 ], |
3254 }] | 3255 }] |
3255 }], | 3256 }], |
3256 ], # 'conditions' | 3257 ], # 'conditions' |
3257 } | 3258 } |
OLD | NEW |