OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 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 'variables': { | 5 'variables': { |
6 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome', | 6 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome', |
7 'additional_modules_list_file': '<(SHARED_INTERMEDIATE_DIR)/chrome/browser/i
nternal/additional_modules_list.txt', | 7 'additional_modules_list_file': '<(SHARED_INTERMEDIATE_DIR)/chrome/browser/i
nternal/additional_modules_list.txt', |
8 }, | 8 }, |
9 'targets': [ | 9 'targets': [ |
10 { | 10 { |
(...skipping 289 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
300 # GN version: //chrome/browser/metrics/variations:chrome_ui_string_overrid
er_factory_gen_sources | 300 # GN version: //chrome/browser/metrics/variations:chrome_ui_string_overrid
er_factory_gen_sources |
301 'target_name': 'make_chrome_ui_string_overrider_factory', | 301 'target_name': 'make_chrome_ui_string_overrider_factory', |
302 'type': 'none', | 302 'type': 'none', |
303 'hard_dependency': 1, | 303 'hard_dependency': 1, |
304 'dependencies': [ 'chrome_strings', ], | 304 'dependencies': [ 'chrome_strings', ], |
305 'actions': [ | 305 'actions': [ |
306 { | 306 { |
307 'action_name': 'generate_ui_string_overrider', | 307 'action_name': 'generate_ui_string_overrider', |
308 'inputs': [ | 308 'inputs': [ |
309 '../components/variations/service/generate_ui_string_overrider.py', | 309 '../components/variations/service/generate_ui_string_overrider.py', |
310 '<(grit_out_dir)/grit/generated_resources.h' | 310 '<(grit_out_dir)/grit/generated_resources.h', |
| 311 '<(grit_out_dir)/grit/google_chrome_strings.h', |
| 312 '<(grit_out_dir)/grit/chromium_strings.h', |
| 313 '<(grit_out_dir)/grit/settings_strings.h', |
| 314 '<(grit_out_dir)/grit/settings_chromium_strings.h', |
| 315 '<(grit_out_dir)/grit/settings_google_chrome_strings.h' |
311 ], | 316 ], |
312 'outputs': [ | 317 'outputs': [ |
313 '<(SHARED_INTERMEDIATE_DIR)/chrome/browser/metrics/variations/ui_str
ing_overrider_factory.cc', | 318 '<(SHARED_INTERMEDIATE_DIR)/chrome/browser/metrics/variations/ui_str
ing_overrider_factory.cc', |
314 '<(SHARED_INTERMEDIATE_DIR)/chrome/browser/metrics/variations/ui_str
ing_overrider_factory.h', | 319 '<(SHARED_INTERMEDIATE_DIR)/chrome/browser/metrics/variations/ui_str
ing_overrider_factory.h', |
315 ], | 320 ], |
316 'action': [ | 321 'action': [ |
317 'python', | 322 'python', |
318 '../components/variations/service/generate_ui_string_overrider.py', | 323 '../components/variations/service/generate_ui_string_overrider.py', |
319 '-N', 'chrome_variations', | 324 '-N', 'chrome_variations', |
320 '-o', '<(SHARED_INTERMEDIATE_DIR)', | 325 '-o', '<(SHARED_INTERMEDIATE_DIR)', |
321 '-S', 'chrome/browser/metrics/variations/ui_string_overrider_factory
.cc', | 326 '-S', 'chrome/browser/metrics/variations/ui_string_overrider_factory
.cc', |
322 '-H', 'chrome/browser/metrics/variations/ui_string_overrider_factory
.h', | 327 '-H', 'chrome/browser/metrics/variations/ui_string_overrider_factory
.h', |
323 '<(grit_out_dir)/grit/generated_resources.h', | 328 '<(grit_out_dir)/grit/generated_resources.h', |
| 329 '<(grit_out_dir)/grit/google_chrome_strings.h', |
| 330 '<(grit_out_dir)/grit/chromium_strings.h', |
| 331 '<(grit_out_dir)/grit/settings_strings.h', |
| 332 '<(grit_out_dir)/grit/settings_chromium_strings.h', |
| 333 '<(grit_out_dir)/grit/settings_google_chrome_strings.h' |
324 ], | 334 ], |
325 'message': 'Generating generated resources map.', | 335 'message': 'Generating generated resources map.', |
326 } | 336 } |
327 ], | 337 ], |
328 }, | 338 }, |
329 { | 339 { |
330 # GN version: //chrome/browser/metrics/variations:chrome_ui_string_overrid
er_factory | 340 # GN version: //chrome/browser/metrics/variations:chrome_ui_string_overrid
er_factory |
331 'target_name': 'chrome_ui_string_overrider_factory', | 341 'target_name': 'chrome_ui_string_overrider_factory', |
332 'type': 'static_library', | 342 'type': 'static_library', |
333 'dependencies': [ | 343 'dependencies': [ |
(...skipping 331 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
665 '<(SHARED_INTERMEDIATE_DIR)/chrome/webui_test_resources.pak', | 675 '<(SHARED_INTERMEDIATE_DIR)/chrome/webui_test_resources.pak', |
666 ], | 676 ], |
667 'pak_output': '<(PRODUCT_DIR)/browser_tests.pak', | 677 'pak_output': '<(PRODUCT_DIR)/browser_tests.pak', |
668 }, | 678 }, |
669 'includes': [ '../build/repack_action.gypi' ], | 679 'includes': [ '../build/repack_action.gypi' ], |
670 }, | 680 }, |
671 ], | 681 ], |
672 }, | 682 }, |
673 ], # targets | 683 ], # targets |
674 } | 684 } |
OLD | NEW |