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 2035 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2046 }, { # else: toolkit_views == 0 | 2046 }, { # else: toolkit_views == 0 |
2047 'sources/': [ | 2047 'sources/': [ |
2048 ['exclude', '^../ui/views/'], | 2048 ['exclude', '^../ui/views/'], |
2049 ['exclude', '^browser/ui/views/'], | 2049 ['exclude', '^browser/ui/views/'], |
2050 ], | 2050 ], |
2051 }], | 2051 }], |
2052 ['OS!="android" and OS!="ios"', { | 2052 ['OS!="android" and OS!="ios"', { |
2053 # npapi test plugin doesn't build on android or ios | 2053 # npapi test plugin doesn't build on android or ios |
2054 'dependencies': [ | 2054 'dependencies': [ |
2055 # build time dependency. | 2055 # build time dependency. |
| 2056 '../content/content.gyp:copy_npapi_test_plugin', |
2056 '../v8/tools/gyp/v8.gyp:v8_shell#host', | 2057 '../v8/tools/gyp/v8.gyp:v8_shell#host', |
2057 '../webkit/plugins/webkit_plugins.gyp:copy_npapi_test_plugin', | |
2058 ], | 2058 ], |
2059 }], | 2059 }], |
2060 ['enable_app_list==0', { | 2060 ['enable_app_list==0', { |
2061 'sources/': [ | 2061 'sources/': [ |
2062 ['exclude', '^browser/ui/app_list/'], | 2062 ['exclude', '^browser/ui/app_list/'], |
2063 ], | 2063 ], |
2064 }], | 2064 }], |
2065 ['enable_plugins==1', { | 2065 ['enable_plugins==1', { |
2066 'dependencies': [ | 2066 'dependencies': [ |
2067 # Runtime dependency. | 2067 # Runtime dependency. |
(...skipping 1323 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3391 'utility', | 3391 'utility', |
3392 ], | 3392 ], |
3393 'sources': [ | 3393 'sources': [ |
3394 'tools/service_discovery_sniffer/service_discovery_sniffer.h', | 3394 'tools/service_discovery_sniffer/service_discovery_sniffer.h', |
3395 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', | 3395 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', |
3396 ], | 3396 ], |
3397 }] | 3397 }] |
3398 }], | 3398 }], |
3399 ], # 'conditions' | 3399 ], # 'conditions' |
3400 } | 3400 } |
OLD | NEW |