Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(96)

Side by Side Diff: chrome/chrome_resources.gyp

Issue 1215303006: bluetooth: android: Initial BluetoothDeviceAndroid implementation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@bta-discovery-
Patch Set: Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 'about_credits_file': '<(SHARED_INTERMEDIATE_DIR)/about_credits.html', 7 'about_credits_file': '<(SHARED_INTERMEDIATE_DIR)/about_credits.html',
8 'additional_modules_list_file': '<(SHARED_INTERMEDIATE_DIR)/chrome/browser/i nternal/additional_modules_list.txt', 8 'additional_modules_list_file': '<(SHARED_INTERMEDIATE_DIR)/chrome/browser/i nternal/additional_modules_list.txt',
9 'omnibox_mojom_file': '<(SHARED_INTERMEDIATE_DIR)/chrome/browser/ui/webui/om nibox/omnibox.mojom.js', 9 'omnibox_mojom_file': '<(SHARED_INTERMEDIATE_DIR)/chrome/browser/ui/webui/om nibox/omnibox.mojom.js',
10 }, 10 },
(...skipping 384 matching lines...) Expand 10 before | Expand all | Expand 10 after
395 ], 395 ],
396 }, 396 },
397 ], 397 ],
398 }], 398 }],
399 ], 399 ],
400 }, 400 },
401 { 401 {
402 # GN version: //chrome:packed_resources 402 # GN version: //chrome:packed_resources
403 'target_name': 'packed_resources', 403 'target_name': 'packed_resources',
404 'type': 'none', 404 'type': 'none',
405 'dependencies': [ 405 'dependencies': [ # Update duplicate logic in repack_locales.py
406 # MSVS needs the dependencies explictly named, Make is able to 406 # MSVS needs the dependencies explictly named, Make is able to
407 # derive the dependencies from the output files. 407 # derive the dependencies from the output files.
408 'chrome_resources', 408 'chrome_resources',
409 'chrome_strings', 409 'chrome_strings',
410 'platform_locale_settings', 410 'platform_locale_settings',
411 'theme_resources', 411 'theme_resources',
412 '<(DEPTH)/components/components_strings.gyp:components_strings', 412 '<(DEPTH)/components/components_strings.gyp:components_strings',
413 '<(DEPTH)/net/net.gyp:net_resources', 413 '<(DEPTH)/net/net.gyp:net_resources',
414 '<(DEPTH)/ui/resources/ui_resources.gyp:ui_resources', 414 '<(DEPTH)/ui/resources/ui_resources.gyp:ui_resources',
415 '<(DEPTH)/ui/strings/ui_strings.gyp:ui_strings', 415 '<(DEPTH)/ui/strings/ui_strings.gyp:ui_strings',
(...skipping 17 matching lines...) Expand all
433 }, 433 },
434 { 434 {
435 'includes': ['chrome_repack_chrome_100_percent.gypi'] 435 'includes': ['chrome_repack_chrome_100_percent.gypi']
436 }, 436 },
437 { 437 {
438 'includes': ['chrome_repack_chrome_200_percent.gypi'] 438 'includes': ['chrome_repack_chrome_200_percent.gypi']
439 }, 439 },
440 ], 440 ],
441 'conditions': [ 441 'conditions': [
442 ['OS != "ios"', { 442 ['OS != "ios"', {
443 'dependencies': [ 443 'dependencies': [ # Update duplicate logic in repack_locales.py
444 '<(DEPTH)/content/app/resources/content_resources.gyp:content_resour ces', 444 '<(DEPTH)/content/app/resources/content_resources.gyp:content_resour ces',
445 '<(DEPTH)/content/app/strings/content_strings.gyp:content_strings', 445 '<(DEPTH)/content/app/strings/content_strings.gyp:content_strings',
446 '<(DEPTH)/device/bluetooth/bluetooth_strings.gyp:device_bluetooth_st rings',
446 '<(DEPTH)/third_party/WebKit/public/blink_resources.gyp:blink_resour ces', 447 '<(DEPTH)/third_party/WebKit/public/blink_resources.gyp:blink_resour ces',
447 ], 448 ],
448 }, { # else 449 }, { # else
449 'dependencies': [ 450 'dependencies': [ # Update duplicate logic in repack_locales.py
450 '<(DEPTH)/ios/chrome/ios_chrome_resources.gyp:ios_strings_resources_ gen', 451 '<(DEPTH)/ios/chrome/ios_chrome_resources.gyp:ios_strings_resources_ gen',
451 ], 452 ],
452 'actions': [ 453 'actions': [
453 { 454 {
454 'includes': ['chrome_repack_chrome_300_percent.gypi'] 455 'includes': ['chrome_repack_chrome_300_percent.gypi']
455 }, 456 },
456 ], 457 ],
457 }], 458 }],
458 ['use_ash==1', { 459 ['use_ash==1', {
459 'dependencies': [ 460 'dependencies': [ # Update duplicate logic in repack_locales.py
460 '<(DEPTH)/ash/ash_resources.gyp:ash_resources', 461 '<(DEPTH)/ash/ash_resources.gyp:ash_resources',
461 '<(DEPTH)/ash/ash_strings.gyp:ash_strings', 462 '<(DEPTH)/ash/ash_strings.gyp:ash_strings',
462 ], 463 ],
463 }], 464 }],
464 ['toolkit_views==1', { 465 ['toolkit_views==1', {
465 'dependencies': [ 466 'dependencies': [
466 '<(DEPTH)/ui/views/resources/views_resources.gyp:views_resources', 467 '<(DEPTH)/ui/views/resources/views_resources.gyp:views_resources',
467 ], 468 ],
468 }], 469 }],
469 ['chromeos==1', { 470 ['chromeos==1', {
470 'dependencies': [ 471 'dependencies': [ # Update duplicate logic in repack_locales.py
471 '<(DEPTH)/remoting/remoting.gyp:remoting_resources', 472 '<(DEPTH)/remoting/remoting.gyp:remoting_resources',
472 '<(DEPTH)/ui/chromeos/ui_chromeos.gyp:ui_chromeos_resources', 473 '<(DEPTH)/ui/chromeos/ui_chromeos.gyp:ui_chromeos_resources',
473 '<(DEPTH)/ui/chromeos/ui_chromeos.gyp:ui_chromeos_strings', 474 '<(DEPTH)/ui/chromeos/ui_chromeos.gyp:ui_chromeos_strings',
474 ], 475 ],
475 }], 476 }],
476 ['enable_autofill_dialog==1 and OS!="android"', { 477 ['enable_autofill_dialog==1 and OS!="android"', {
477 'dependencies': [ 478 'dependencies': [ # Update duplicate logic in repack_locales.py
478 '<(DEPTH)/third_party/libaddressinput/libaddressinput.gyp:libaddress input_strings', 479 '<(DEPTH)/third_party/libaddressinput/libaddressinput.gyp:libaddress input_strings',
479 ], 480 ],
480 }], 481 }],
481 ['enable_extensions==1', { 482 ['enable_extensions==1', {
482 'dependencies': [ 483 'dependencies': [ # Update duplicate logic in repack_locales.py
483 '<(DEPTH)/device/bluetooth/bluetooth_strings.gyp:device_bluetooth_st rings',
484 '<(DEPTH)/extensions/extensions_strings.gyp:extensions_strings', 484 '<(DEPTH)/extensions/extensions_strings.gyp:extensions_strings',
485 ], 485 ],
486 }], 486 }],
487 ['OS != "mac" and OS != "ios"', { 487 ['OS != "mac" and OS != "ios"', {
488 # Copy pak files to the product directory. These files will be picked 488 # Copy pak files to the product directory. These files will be picked
489 # up by the following installer scripts: 489 # up by the following installer scripts:
490 # - Windows: chrome/installer/mini_installer/chrome.release 490 # - Windows: chrome/installer/mini_installer/chrome.release
491 # - Linux: chrome/installer/linux/internal/common/installer.include 491 # - Linux: chrome/installer/linux/internal/common/installer.include
492 # Ensure that the above scripts are updated when adding or removing 492 # Ensure that the above scripts are updated when adding or removing
493 # pak files. 493 # pak files.
(...skipping 123 matching lines...) Expand 10 before | Expand all | Expand 10 after
617 '<(generator_path)', 617 '<(generator_path)',
618 'credits', 618 'credits',
619 '<(about_credits_file)', 619 '<(about_credits_file)',
620 ], 620 ],
621 'message': 'Generating about:credits', 621 'message': 'Generating about:credits',
622 }, 622 },
623 ], 623 ],
624 }, 624 },
625 ], # targets 625 ], # targets
626 } 626 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698