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 16 matching lines...) Expand all Loading... |
27 'common', | 27 'common', |
28 'renderer', | 28 'renderer', |
29 'chrome_resources', | 29 'chrome_resources', |
30 'chrome_strings', | 30 'chrome_strings', |
31 'app/policy/cloud_policy_codegen.gyp:policy', | 31 'app/policy/cloud_policy_codegen.gyp:policy', |
32 'browser/sync/protocol/sync_proto.gyp:sync_proto_cpp', | 32 'browser/sync/protocol/sync_proto.gyp:sync_proto_cpp', |
33 'theme_resources', | 33 'theme_resources', |
34 'theme_resources_standard', | 34 'theme_resources_standard', |
35 '../base/base.gyp:test_support_base', | 35 '../base/base.gyp:test_support_base', |
36 '../content/content.gyp:content_gpu', | 36 '../content/content.gyp:content_gpu', |
37 » '../content/content.gyp:test_support_content', | 37 '../content/content.gyp:test_support_content', |
38 '../ipc/ipc.gyp:test_support_ipc', | 38 '../ipc/ipc.gyp:test_support_ipc', |
39 '../media/media.gyp:media_test_support', | 39 '../media/media.gyp:media_test_support', |
40 '../net/net.gyp:net', | 40 '../net/net.gyp:net', |
41 # 'test/base/test_url_request_context_getter.h' brings in this requireme
nt. | 41 # 'test/base/test_url_request_context_getter.h' brings in this requireme
nt. |
42 '../net/net.gyp:net_test_support', | 42 '../net/net.gyp:net_test_support', |
43 '../skia/skia.gyp:skia', | 43 '../skia/skia.gyp:skia', |
44 '../testing/gmock.gyp:gmock', | 44 '../testing/gmock.gyp:gmock', |
45 '../testing/gtest.gyp:gtest', | 45 '../testing/gtest.gyp:gtest', |
46 ], | 46 ], |
47 'export_dependent_settings': [ | 47 'export_dependent_settings': [ |
(...skipping 2549 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2597 'browser/ui/panels/panel_browser_view_browsertest.cc', | 2597 'browser/ui/panels/panel_browser_view_browsertest.cc', |
2598 'browser/ui/views/browser_actions_container_browsertest.cc', | 2598 'browser/ui/views/browser_actions_container_browsertest.cc', |
2599 'browser/ui/views/dom_view_browsertest.cc', | 2599 'browser/ui/views/dom_view_browsertest.cc', |
2600 'browser/ui/views/file_manager_dialog_browsertest.cc', | 2600 'browser/ui/views/file_manager_dialog_browsertest.cc', |
2601 'browser/ui/views/html_dialog_view_browsertest.cc', | 2601 'browser/ui/views/html_dialog_view_browsertest.cc', |
2602 'browser/ui/webui/chrome_url_data_manager_browsertest.cc', | 2602 'browser/ui/webui/chrome_url_data_manager_browsertest.cc', |
2603 'browser/ui/webui/ntp/most_visited_browsertest.cc', | 2603 'browser/ui/webui/ntp/most_visited_browsertest.cc', |
2604 'browser/ui/webui/test_chrome_web_ui_factory_browsertest.cc', | 2604 'browser/ui/webui/test_chrome_web_ui_factory_browsertest.cc', |
2605 'browser/ui/webui/BidiCheckerWebUITest.cc', | 2605 'browser/ui/webui/BidiCheckerWebUITest.cc', |
2606 'browser/ui/webui/BidiCheckerWebUITest.h', | 2606 'browser/ui/webui/BidiCheckerWebUITest.h', |
| 2607 'browser/ui/webui/net_internals_ui_browsertest.cc', |
2607 'browser/ui/webui/web_ui_browsertest.cc', | 2608 'browser/ui/webui/web_ui_browsertest.cc', |
2608 'browser/ui/webui/web_ui_browsertest.h', | 2609 'browser/ui/webui/web_ui_browsertest.h', |
2609 'browser/ui/webui/web_ui_test_handler.cc', | 2610 'browser/ui/webui/web_ui_test_handler.cc', |
2610 'browser/ui/webui/web_ui_test_handler.h', | 2611 'browser/ui/webui/web_ui_test_handler.h', |
2611 'common/time_format_browsertest.cc', | 2612 'common/time_format_browsertest.cc', |
2612 'renderer/autofill/autofill_browsertest.cc', | 2613 'renderer/autofill/autofill_browsertest.cc', |
2613 'renderer/autofill/form_autocomplete_browsertest.cc', | 2614 'renderer/autofill/form_autocomplete_browsertest.cc', |
2614 'renderer/autofill/form_manager_browsertest.cc', | 2615 'renderer/autofill/form_manager_browsertest.cc', |
2615 'renderer/autofill/password_autofill_manager_unittest.cc', | 2616 'renderer/autofill/password_autofill_manager_unittest.cc', |
2616 'renderer/content_settings_observer_browsertest.cc', | 2617 'renderer/content_settings_observer_browsertest.cc', |
(...skipping 1745 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4362 # Use outputs of this action as inputs for the main target build. | 4363 # Use outputs of this action as inputs for the main target build. |
4363 # Seems as a misnomer but makes this happy on Linux (scons). | 4364 # Seems as a misnomer but makes this happy on Linux (scons). |
4364 'process_outputs_as_sources': 1, | 4365 'process_outputs_as_sources': 1, |
4365 }, | 4366 }, |
4366 ], # 'actions' | 4367 ], # 'actions' |
4367 }, | 4368 }, |
4368 ] | 4369 ] |
4369 }], # 'coverage!=0' | 4370 }], # 'coverage!=0' |
4370 ], # 'conditions' | 4371 ], # 'conditions' |
4371 } | 4372 } |
OLD | NEW |