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 1123 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1134 '../testing/gtest.gyp:gtest', | 1134 '../testing/gtest.gyp:gtest', |
1135 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n', | 1135 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n', |
1136 '../third_party/cld/cld.gyp:cld', | 1136 '../third_party/cld/cld.gyp:cld', |
1137 '../third_party/icu/icu.gyp:icui18n', | 1137 '../third_party/icu/icu.gyp:icui18n', |
1138 '../third_party/icu/icu.gyp:icuuc', | 1138 '../third_party/icu/icu.gyp:icuuc', |
1139 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', | 1139 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', |
1140 '../third_party/safe_browsing/safe_browsing.gyp:safe_browsing', | 1140 '../third_party/safe_browsing/safe_browsing.gyp:safe_browsing', |
1141 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs_test_support', | 1141 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs_test_support', |
1142 '../ui/ui.gyp:webui_test_support', | 1142 '../ui/ui.gyp:webui_test_support', |
1143 '../v8/tools/gyp/v8.gyp:v8', | 1143 '../v8/tools/gyp/v8.gyp:v8', |
1144 '../webkit/plugins/webkit_plugins.gyp:test_mock_plugin_list', | |
1145 # Runtime dependencies | 1144 # Runtime dependencies |
1146 '../ppapi/ppapi_internal.gyp:ppapi_tests', | 1145 '../ppapi/ppapi_internal.gyp:ppapi_tests', |
1147 '../third_party/mesa/mesa.gyp:osmesa', | 1146 '../third_party/mesa/mesa.gyp:osmesa', |
1148 ], | 1147 ], |
1149 'include_dirs': [ | 1148 'include_dirs': [ |
1150 '..', | 1149 '..', |
1151 ], | 1150 ], |
1152 'defines': [ | 1151 'defines': [ |
1153 'HAS_OUT_OF_PROC_TEST_RUNNER', | 1152 'HAS_OUT_OF_PROC_TEST_RUNNER', |
1154 ], | 1153 ], |
(...skipping 2230 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3385 'utility', | 3384 'utility', |
3386 ], | 3385 ], |
3387 'sources': [ | 3386 'sources': [ |
3388 'tools/service_discovery_sniffer/service_discovery_sniffer.h', | 3387 'tools/service_discovery_sniffer/service_discovery_sniffer.h', |
3389 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', | 3388 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', |
3390 ], | 3389 ], |
3391 }] | 3390 }] |
3392 }], | 3391 }], |
3393 ], # 'conditions' | 3392 ], # 'conditions' |
3394 } | 3393 } |
OLD | NEW |