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 12 matching lines...) Expand all Loading... |
23 'target_name': 'test_support_common', | 23 'target_name': 'test_support_common', |
24 'type': '<(library)', | 24 'type': '<(library)', |
25 'dependencies': [ | 25 'dependencies': [ |
26 'browser', | 26 'browser', |
27 'common', | 27 'common', |
28 'renderer', | 28 'renderer', |
29 'chrome_resources', | 29 'chrome_resources', |
30 'chrome_strings', | 30 'chrome_strings', |
31 'browser/sync/protocol/sync_proto.gyp:sync_proto_cpp', | 31 'browser/sync/protocol/sync_proto.gyp:sync_proto_cpp', |
32 'browser/policy/proto/device_management_proto.gyp:device_management_prot
o_cpp', | 32 'browser/policy/proto/device_management_proto.gyp:device_management_prot
o_cpp', |
| 33 'policy_source', |
33 'theme_resources', | 34 'theme_resources', |
34 '../base/base.gyp:test_support_base', | 35 '../base/base.gyp:test_support_base', |
35 '../skia/skia.gyp:skia', | 36 '../skia/skia.gyp:skia', |
36 '../testing/gmock.gyp:gmock', | 37 '../testing/gmock.gyp:gmock', |
37 '../testing/gtest.gyp:gtest', | 38 '../testing/gtest.gyp:gtest', |
38 ], | 39 ], |
39 'export_dependent_settings': [ | 40 'export_dependent_settings': [ |
40 'renderer', | 41 'renderer', |
41 ], | 42 ], |
42 'include_dirs': [ | 43 'include_dirs': [ |
43 '..', | 44 '..', |
| 45 '<(policy_out_dir)', |
44 ], | 46 ], |
45 'sources': [ | 47 'sources': [ |
46 'app/breakpad_mac_stubs.mm', | 48 'app/breakpad_mac_stubs.mm', |
47 # The only thing used from browser is Browser::Type. | 49 # The only thing used from browser is Browser::Type. |
48 'browser/extensions/test_extension_prefs.cc', | 50 'browser/extensions/test_extension_prefs.cc', |
49 'browser/extensions/test_extension_prefs.h', | 51 'browser/extensions/test_extension_prefs.h', |
50 'browser/geolocation/mock_location_provider.cc', | 52 'browser/geolocation/mock_location_provider.cc', |
51 'browser/geolocation/mock_location_provider.h', | 53 'browser/geolocation/mock_location_provider.h', |
52 'browser/mock_browsing_data_appcache_helper.cc', | 54 'browser/mock_browsing_data_appcache_helper.cc', |
53 'browser/mock_browsing_data_appcache_helper.h', | 55 'browser/mock_browsing_data_appcache_helper.h', |
(...skipping 947 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1001 '../third_party/icu/icu.gyp:icui18n', | 1003 '../third_party/icu/icu.gyp:icui18n', |
1002 '../third_party/icu/icu.gyp:icuuc', | 1004 '../third_party/icu/icu.gyp:icuuc', |
1003 '../third_party/libjingle/libjingle.gyp:libjingle', | 1005 '../third_party/libjingle/libjingle.gyp:libjingle', |
1004 '../third_party/libxml/libxml.gyp:libxml', | 1006 '../third_party/libxml/libxml.gyp:libxml', |
1005 '../third_party/npapi/npapi.gyp:npapi', | 1007 '../third_party/npapi/npapi.gyp:npapi', |
1006 '../third_party/WebKit/WebKit/chromium/WebKit.gyp:webkit', | 1008 '../third_party/WebKit/WebKit/chromium/WebKit.gyp:webkit', |
1007 ], | 1009 ], |
1008 'include_dirs': [ | 1010 'include_dirs': [ |
1009 '..', | 1011 '..', |
1010 '../third_party/cld', | 1012 '../third_party/cld', |
| 1013 '<(policy_out_dir)', |
1011 ], | 1014 ], |
1012 'defines': [ | 1015 'defines': [ |
1013 'CLD_WINDOWS', | 1016 'CLD_WINDOWS', |
1014 ], | 1017 ], |
1015 'direct_dependent_settings': { | 1018 'direct_dependent_settings': { |
1016 'defines': [ | 1019 'defines': [ |
1017 'CLD_WINDOWS', | 1020 'CLD_WINDOWS', |
1018 ], | 1021 ], |
1019 }, | 1022 }, |
1020 'sources': [ | 1023 'sources': [ |
(...skipping 2615 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3636 ] | 3639 ] |
3637 }], # 'coverage!=0' | 3640 }], # 'coverage!=0' |
3638 ], # 'conditions' | 3641 ], # 'conditions' |
3639 } | 3642 } |
3640 | 3643 |
3641 # Local Variables: | 3644 # Local Variables: |
3642 # tab-width:2 | 3645 # tab-width:2 |
3643 # indent-tabs-mode:nil | 3646 # indent-tabs-mode:nil |
3644 # End: | 3647 # End: |
3645 # vim: set expandtab tabstop=2 shiftwidth=2: | 3648 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |