| 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 # Apply Chrome-specific grit settings to all of this file. | 6 # Apply Chrome-specific grit settings to all of this file. |
| 7 # The advantage is that one entry here applies to the entire file. | 7 # The advantage is that one entry here applies to the entire file. |
| 8 # The caveat is these variables cannot be merged with other variable | 8 # The caveat is these variables cannot be merged with other variable |
| 9 # dictionaries in more inner scopes. If the variable should be merged, | 9 # dictionaries in more inner scopes. If the variable should be merged, |
| 10 # consider putting them in a gypi file and including it at the right scope | 10 # consider putting them in a gypi file and including it at the right scope |
| (...skipping 253 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 264 'includes': [ 'chrome_grit_action.gypi' ], | 264 'includes': [ 'chrome_grit_action.gypi' ], |
| 265 }, | 265 }, |
| 266 { | 266 { |
| 267 # GN version: //chrome/app:google_chrome_strings | 267 # GN version: //chrome/app:google_chrome_strings |
| 268 'action_name': 'generate_google_chrome_strings', | 268 'action_name': 'generate_google_chrome_strings', |
| 269 'variables': { | 269 'variables': { |
| 270 'grit_grd_file': 'app/google_chrome_strings.grd', | 270 'grit_grd_file': 'app/google_chrome_strings.grd', |
| 271 }, | 271 }, |
| 272 'includes': [ 'chrome_grit_action.gypi' ], | 272 'includes': [ 'chrome_grit_action.gypi' ], |
| 273 }, | 273 }, |
| 274 { | |
| 275 # GN version: //chrome/app:settings_strings | |
| 276 'action_name': 'generate_settings_strings', | |
| 277 'variables': { | |
| 278 'grit_grd_file': 'app/settings_strings.grd', | |
| 279 }, | |
| 280 'includes': [ 'chrome_grit_action.gypi' ], | |
| 281 }, | |
| 282 { | |
| 283 # GN version: //chrome/app:settings_chromium_strings | |
| 284 'action_name': 'generate_settings_chromium_strings', | |
| 285 'variables': { | |
| 286 'grit_grd_file': 'app/settings_chromium_strings.grd', | |
| 287 }, | |
| 288 'includes': [ 'chrome_grit_action.gypi' ], | |
| 289 }, | |
| 290 { | |
| 291 # GN version: //chrome/app:settings_google_chrome_strings | |
| 292 'action_name': 'generate_settings_google_chrome_strings', | |
| 293 'variables': { | |
| 294 'grit_grd_file': 'app/settings_google_chrome_strings.grd', | |
| 295 }, | |
| 296 'includes': [ 'chrome_grit_action.gypi' ], | |
| 297 }, | |
| 298 ], | 274 ], |
| 299 }, | 275 }, |
| 300 | 276 |
| 301 { | 277 { |
| 302 # GN version: //chrome/browser/resources/safe_browsing:make_file_types_pro
tobuf | 278 # GN version: //chrome/browser/resources/safe_browsing:make_file_types_pro
tobuf |
| 303 # Convert the ascii proto file to a binary resource. | 279 # Convert the ascii proto file to a binary resource. |
| 304 'target_name': 'make_file_types_protobuf', | 280 'target_name': 'make_file_types_protobuf', |
| 305 'type': 'none', | 281 'type': 'none', |
| 306 'hard_dependency': 1, | 282 'hard_dependency': 1, |
| 307 'dependencies': [ | 283 'dependencies': [ |
| (...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 363 'dependencies': [ | 339 'dependencies': [ |
| 364 'chrome_strings', | 340 'chrome_strings', |
| 365 '../components/components_strings.gyp:components_strings', | 341 '../components/components_strings.gyp:components_strings', |
| 366 ], | 342 ], |
| 367 'actions': [ | 343 'actions': [ |
| 368 { | 344 { |
| 369 'action_name': 'generate_ui_string_overrider', | 345 'action_name': 'generate_ui_string_overrider', |
| 370 'inputs': [ | 346 'inputs': [ |
| 371 '../components/variations/service/generate_ui_string_overrider.py', | 347 '../components/variations/service/generate_ui_string_overrider.py', |
| 372 '<(grit_out_dir)/grit/chromium_strings.h', | 348 '<(grit_out_dir)/grit/chromium_strings.h', |
| 373 » '<(grit_out_dir)/grit/generated_resources.h', | 349 '<(grit_out_dir)/grit/generated_resources.h', |
| 374 '<(grit_out_dir)/grit/google_chrome_strings.h', | 350 '<(grit_out_dir)/grit/google_chrome_strings.h', |
| 375 '<(grit_out_dir)/grit/settings_chromium_strings.h', | |
| 376 '<(grit_out_dir)/grit/settings_google_chrome_strings.h', | |
| 377 '<(grit_out_dir)/grit/settings_strings.h', | |
| 378 '<(SHARED_INTERMEDIATE_DIR)/components/strings/grit/components_chrom
ium_strings.h', | 351 '<(SHARED_INTERMEDIATE_DIR)/components/strings/grit/components_chrom
ium_strings.h', |
| 379 '<(SHARED_INTERMEDIATE_DIR)/components/strings/grit/components_googl
e_chrome_strings.h', | 352 '<(SHARED_INTERMEDIATE_DIR)/components/strings/grit/components_googl
e_chrome_strings.h', |
| 380 » '<(SHARED_INTERMEDIATE_DIR)/components/strings/grit/components_strin
gs.h' | 353 '<(SHARED_INTERMEDIATE_DIR)/components/strings/grit/components_strin
gs.h' |
| 381 ], | 354 ], |
| 382 'outputs': [ | 355 'outputs': [ |
| 383 '<(SHARED_INTERMEDIATE_DIR)/chrome/browser/metrics/variations/ui_str
ing_overrider_factory.cc', | 356 '<(SHARED_INTERMEDIATE_DIR)/chrome/browser/metrics/variations/ui_str
ing_overrider_factory.cc', |
| 384 '<(SHARED_INTERMEDIATE_DIR)/chrome/browser/metrics/variations/ui_str
ing_overrider_factory.h', | 357 '<(SHARED_INTERMEDIATE_DIR)/chrome/browser/metrics/variations/ui_str
ing_overrider_factory.h', |
| 385 ], | 358 ], |
| 386 'action': [ | 359 'action': [ |
| 387 'python', | 360 'python', |
| 388 '../components/variations/service/generate_ui_string_overrider.py', | 361 '../components/variations/service/generate_ui_string_overrider.py', |
| 389 '-N', 'chrome_variations', | 362 '-N', 'chrome_variations', |
| 390 '-o', '<(SHARED_INTERMEDIATE_DIR)', | 363 '-o', '<(SHARED_INTERMEDIATE_DIR)', |
| 391 '-S', 'chrome/browser/metrics/variations/ui_string_overrider_factory
.cc', | 364 '-S', 'chrome/browser/metrics/variations/ui_string_overrider_factory
.cc', |
| 392 '-H', 'chrome/browser/metrics/variations/ui_string_overrider_factory
.h', | 365 '-H', 'chrome/browser/metrics/variations/ui_string_overrider_factory
.h', |
| 393 '<(grit_out_dir)/grit/chromium_strings.h', | 366 '<(grit_out_dir)/grit/chromium_strings.h', |
| 394 » '<(grit_out_dir)/grit/generated_resources.h', | 367 '<(grit_out_dir)/grit/generated_resources.h', |
| 395 '<(grit_out_dir)/grit/google_chrome_strings.h', | 368 '<(grit_out_dir)/grit/google_chrome_strings.h', |
| 396 '<(grit_out_dir)/grit/settings_chromium_strings.h', | |
| 397 '<(grit_out_dir)/grit/settings_google_chrome_strings.h', | |
| 398 '<(grit_out_dir)/grit/settings_strings.h', | |
| 399 '<(SHARED_INTERMEDIATE_DIR)/components/strings/grit/components_chrom
ium_strings.h', | 369 '<(SHARED_INTERMEDIATE_DIR)/components/strings/grit/components_chrom
ium_strings.h', |
| 400 '<(SHARED_INTERMEDIATE_DIR)/components/strings/grit/components_googl
e_chrome_strings.h', | 370 '<(SHARED_INTERMEDIATE_DIR)/components/strings/grit/components_googl
e_chrome_strings.h', |
| 401 » '<(SHARED_INTERMEDIATE_DIR)/components/strings/grit/components_strin
gs.h' | 371 '<(SHARED_INTERMEDIATE_DIR)/components/strings/grit/components_strin
gs.h' |
| 402 ], | 372 ], |
| 403 'message': 'Generating generated resources map.', | 373 'message': 'Generating generated resources map.', |
| 404 } | 374 } |
| 405 ], | 375 ], |
| 406 }, | 376 }, |
| 407 { | 377 { |
| 408 # GN version: //chrome/browser/metrics/variations:chrome_ui_string_overrid
er_factory | 378 # GN version: //chrome/browser/metrics/variations:chrome_ui_string_overrid
er_factory |
| 409 'target_name': 'chrome_ui_string_overrider_factory', | 379 'target_name': 'chrome_ui_string_overrider_factory', |
| 410 'type': 'static_library', | 380 'type': 'static_library', |
| 411 'dependencies': [ | 381 'dependencies': [ |
| (...skipping 315 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 727 '<(SHARED_INTERMEDIATE_DIR)/chrome/webui_test_resources.pak', | 697 '<(SHARED_INTERMEDIATE_DIR)/chrome/webui_test_resources.pak', |
| 728 ], | 698 ], |
| 729 'pak_output': '<(PRODUCT_DIR)/browser_tests.pak', | 699 'pak_output': '<(PRODUCT_DIR)/browser_tests.pak', |
| 730 }, | 700 }, |
| 731 'includes': [ '../build/repack_action.gypi' ], | 701 'includes': [ '../build/repack_action.gypi' ], |
| 732 }, | 702 }, |
| 733 ], | 703 ], |
| 734 }, | 704 }, |
| 735 ], # targets | 705 ], # targets |
| 736 } | 706 } |
| OLD | NEW |