OLD | NEW |
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 { | 5 { |
6 'variables' : { | 6 'variables' : { |
7 'pyautolib_sources': [ | 7 'pyautolib_sources': [ |
8 'app/chrome_command_ids.h', | 8 'app/chrome_command_ids.h', |
9 'app/chrome_dll_resource.h', | 9 'app/chrome_dll_resource.h', |
10 'common/automation_constants.h', | 10 'common/automation_constants.h', |
(...skipping 3396 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3407 '../testing/gmock.gyp:gmock', | 3407 '../testing/gmock.gyp:gmock', |
3408 '../testing/gtest.gyp:gtest', | 3408 '../testing/gtest.gyp:gtest', |
3409 ], | 3409 ], |
3410 'include_dirs': [ | 3410 'include_dirs': [ |
3411 '..', | 3411 '..', |
3412 '<(INTERMEDIATE_DIR)', | 3412 '<(INTERMEDIATE_DIR)', |
3413 '<(protoc_out_dir)', | 3413 '<(protoc_out_dir)', |
3414 ], | 3414 ], |
3415 'defines': [ 'HAS_OUT_OF_PROC_TEST_RUNNER' ], | 3415 'defines': [ 'HAS_OUT_OF_PROC_TEST_RUNNER' ], |
3416 'sources': [ | 3416 'sources': [ |
| 3417 'app/chrome_command_ids.h', |
| 3418 'app/chrome_dll.rc', |
| 3419 'app/chrome_dll_resource.h', |
| 3420 'app/chrome_version.rc.version', |
3417 'browser/password_manager/password_form_data.cc', | 3421 'browser/password_manager/password_form_data.cc', |
| 3422 'browser/sessions/session_backend.cc', |
| 3423 'browser/sync/glue/session_model_associator.cc', |
3418 'test/base/out_of_proc_test_runner.cc', | 3424 'test/base/out_of_proc_test_runner.cc', |
| 3425 'test/base/test_notification_tracker.cc', |
| 3426 'test/base/test_notification_tracker.h', |
| 3427 'test/data/resource.rc', |
3419 'test/live_sync/autofill_helper.cc', | 3428 'test/live_sync/autofill_helper.cc', |
3420 'test/live_sync/autofill_helper.h', | 3429 'test/live_sync/autofill_helper.h', |
3421 'test/live_sync/bookmarks_helper.cc', | 3430 'test/live_sync/bookmarks_helper.cc', |
3422 'test/live_sync/bookmarks_helper.h', | 3431 'test/live_sync/bookmarks_helper.h', |
3423 'test/live_sync/live_extensions_sync_test.cc', | 3432 'test/live_sync/live_extensions_sync_test.cc', |
3424 'test/live_sync/live_extensions_sync_test.h', | 3433 'test/live_sync/live_extensions_sync_test.h', |
3425 'test/live_sync/live_passwords_sync_test.cc', | 3434 'test/live_sync/live_passwords_sync_test.cc', |
3426 'test/live_sync/live_passwords_sync_test.h', | 3435 'test/live_sync/live_passwords_sync_test.h', |
3427 'test/live_sync/live_sessions_sync_test.cc', | 3436 'test/live_sync/live_sessions_sync_test.cc', |
3428 'test/live_sync/live_sessions_sync_test.h', | 3437 'test/live_sync/live_sessions_sync_test.h', |
(...skipping 681 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4110 # Use outputs of this action as inputs for the main target build. | 4119 # Use outputs of this action as inputs for the main target build. |
4111 # Seems as a misnomer but makes this happy on Linux (scons). | 4120 # Seems as a misnomer but makes this happy on Linux (scons). |
4112 'process_outputs_as_sources': 1, | 4121 'process_outputs_as_sources': 1, |
4113 }, | 4122 }, |
4114 ], # 'actions' | 4123 ], # 'actions' |
4115 }, | 4124 }, |
4116 ] | 4125 ] |
4117 }], # 'coverage!=0' | 4126 }], # 'coverage!=0' |
4118 ], # 'conditions' | 4127 ], # 'conditions' |
4119 } | 4128 } |
OLD | NEW |