OLD | NEW |
1 # Copyright 2012 The Chromium Authors. All rights reserved. | 1 # Copyright 2012 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 'targets': [ | 6 'targets': [ |
7 { | 7 { |
8 'target_name': 'browser', | 8 'target_name': 'browser', |
9 'type': 'static_library', | 9 'type': 'static_library', |
10 'variables': { 'enable_wexit_time_destructors': 1, }, | 10 'variables': { 'enable_wexit_time_destructors': 1, }, |
(...skipping 2217 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2228 'test/base/chrome_process_util.h', | 2228 'test/base/chrome_process_util.h', |
2229 'test/base/chrome_process_util_mac.cc', | 2229 'test/base/chrome_process_util_mac.cc', |
2230 'test/perf/perf_test.cc', | 2230 'test/perf/perf_test.cc', |
2231 'test/perf/perf_test.h', | 2231 'test/perf/perf_test.h', |
2232 | 2232 |
2233 # These files are generated by GRIT. | 2233 # These files are generated by GRIT. |
2234 '<(grit_out_dir)/grit/component_extension_resources_map.cc', | 2234 '<(grit_out_dir)/grit/component_extension_resources_map.cc', |
2235 '<(grit_out_dir)/grit/devtools_discovery_page_resources_map.cc', | 2235 '<(grit_out_dir)/grit/devtools_discovery_page_resources_map.cc', |
2236 '<(grit_out_dir)/grit/shared_resources_map.cc', | 2236 '<(grit_out_dir)/grit/shared_resources_map.cc', |
2237 '<(grit_out_dir)/grit/theme_resources_map.cc', | 2237 '<(grit_out_dir)/grit/theme_resources_map.cc', |
| 2238 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/grit/ui_resources_map.cc', |
2238 | 2239 |
2239 # This file is generated by the autofill_regexes action. | 2240 # This file is generated by the autofill_regexes action. |
2240 '<(SHARED_INTERMEDIATE_DIR)/autofill_regex_constants.cc', | 2241 '<(SHARED_INTERMEDIATE_DIR)/autofill_regex_constants.cc', |
2241 ], | 2242 ], |
2242 'conditions': [ | 2243 'conditions': [ |
2243 ['OS != "ios"', { | 2244 ['OS != "ios"', { |
2244 'dependencies': [ | 2245 'dependencies': [ |
2245 'autofill_regexes', | 2246 'autofill_regexes', |
2246 'browser/performance_monitor/performance_monitor.gyp:performance_mon
itor', | 2247 'browser/performance_monitor/performance_monitor.gyp:performance_mon
itor', |
2247 'browser_extensions', | 2248 'browser_extensions', |
(...skipping 868 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3116 'variables': { | 3117 'variables': { |
3117 'jni_gen_dir': 'chrome', | 3118 'jni_gen_dir': 'chrome', |
3118 }, | 3119 }, |
3119 'includes': [ '../build/jni_generator.gypi' ], | 3120 'includes': [ '../build/jni_generator.gypi' ], |
3120 }, | 3121 }, |
3121 ], | 3122 ], |
3122 }, | 3123 }, |
3123 ], | 3124 ], |
3124 ], | 3125 ], |
3125 } | 3126 } |
OLD | NEW |