OLD | NEW |
1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2010 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 939 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
993 '../third_party/icu/icu.gyp:icui18n', | 995 '../third_party/icu/icu.gyp:icui18n', |
994 '../third_party/icu/icu.gyp:icuuc', | 996 '../third_party/icu/icu.gyp:icuuc', |
995 '../third_party/libjingle/libjingle.gyp:libjingle', | 997 '../third_party/libjingle/libjingle.gyp:libjingle', |
996 '../third_party/libxml/libxml.gyp:libxml', | 998 '../third_party/libxml/libxml.gyp:libxml', |
997 '../third_party/npapi/npapi.gyp:npapi', | 999 '../third_party/npapi/npapi.gyp:npapi', |
998 '../third_party/WebKit/WebKit/chromium/WebKit.gyp:webkit', | 1000 '../third_party/WebKit/WebKit/chromium/WebKit.gyp:webkit', |
999 ], | 1001 ], |
1000 'include_dirs': [ | 1002 'include_dirs': [ |
1001 '..', | 1003 '..', |
1002 '../third_party/cld', | 1004 '../third_party/cld', |
| 1005 '<(policy_out_dir)', |
1003 ], | 1006 ], |
1004 'defines': [ | 1007 'defines': [ |
1005 'CLD_WINDOWS', | 1008 'CLD_WINDOWS', |
1006 ], | 1009 ], |
1007 'direct_dependent_settings': { | 1010 'direct_dependent_settings': { |
1008 'defines': [ | 1011 'defines': [ |
1009 'CLD_WINDOWS', | 1012 'CLD_WINDOWS', |
1010 ], | 1013 ], |
1011 }, | 1014 }, |
1012 'sources': [ | 1015 'sources': [ |
(...skipping 2615 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3628 ] | 3631 ] |
3629 }], # 'coverage!=0' | 3632 }], # 'coverage!=0' |
3630 ], # 'conditions' | 3633 ], # 'conditions' |
3631 } | 3634 } |
3632 | 3635 |
3633 # Local Variables: | 3636 # Local Variables: |
3634 # tab-width:2 | 3637 # tab-width:2 |
3635 # indent-tabs-mode:nil | 3638 # indent-tabs-mode:nil |
3636 # End: | 3639 # End: |
3637 # vim: set expandtab tabstop=2 shiftwidth=2: | 3640 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |