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 2331 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2342 '<(INTERMEDIATE_DIR)', | 2342 '<(INTERMEDIATE_DIR)', |
2343 '<(protoc_out_dir)', | 2343 '<(protoc_out_dir)', |
2344 ], | 2344 ], |
2345 'direct_dependent_settings': { | 2345 'direct_dependent_settings': { |
2346 'include_dirs': [ | 2346 'include_dirs': [ |
2347 '..', | 2347 '..', |
2348 '<(INTERMEDIATE_DIR)', | 2348 '<(INTERMEDIATE_DIR)', |
2349 '<(protoc_out_dir)', | 2349 '<(protoc_out_dir)', |
2350 ], | 2350 ], |
2351 }, | 2351 }, |
| 2352 'export_dependent_settings': [ |
| 2353 'browser', |
| 2354 ], |
2352 'sources': [ | 2355 'sources': [ |
2353 'browser/sync/test/integration/apps_helper.cc', | 2356 'browser/sync/test/integration/apps_helper.cc', |
2354 'browser/sync/test/integration/apps_helper.h', | 2357 'browser/sync/test/integration/apps_helper.h', |
2355 'browser/sync/test/integration/autofill_helper.cc', | 2358 'browser/sync/test/integration/autofill_helper.cc', |
2356 'browser/sync/test/integration/autofill_helper.h', | 2359 'browser/sync/test/integration/autofill_helper.h', |
2357 'browser/sync/test/integration/bookmarks_helper.cc', | 2360 'browser/sync/test/integration/bookmarks_helper.cc', |
2358 'browser/sync/test/integration/bookmarks_helper.h', | 2361 'browser/sync/test/integration/bookmarks_helper.h', |
2359 'browser/sync/test/integration/dictionary_helper.cc', | 2362 'browser/sync/test/integration/dictionary_helper.cc', |
2360 'browser/sync/test/integration/dictionary_helper.h', | 2363 'browser/sync/test/integration/dictionary_helper.h', |
2361 'browser/sync/test/integration/dictionary_load_observer.cc', | 2364 'browser/sync/test/integration/dictionary_load_observer.cc', |
(...skipping 851 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3213 'utility', | 3216 'utility', |
3214 ], | 3217 ], |
3215 'sources': [ | 3218 'sources': [ |
3216 'tools/service_discovery_sniffer/service_discovery_sniffer.h', | 3219 'tools/service_discovery_sniffer/service_discovery_sniffer.h', |
3217 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', | 3220 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', |
3218 ], | 3221 ], |
3219 }] | 3222 }] |
3220 }], | 3223 }], |
3221 ], # 'conditions' | 3224 ], # 'conditions' |
3222 } | 3225 } |
OLD | NEW |