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

Side by Side Diff: chrome/chrome.gyp

Issue 1314413004: Cast ChromeShell into the fiery pit of Mount Doom. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebased Created 5 years, 3 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
« no previous file with comments | « chrome/android/shell/res/xml/syncadapter.xml ('k') | chrome/chrome_android.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 'chromium_code': 1, 6 'chromium_code': 1,
7 7
8 # Define the common dependencies that contain all the actual 8 # Define the common dependencies that contain all the actual
9 # Chromium functionality. This list gets pulled in below by 9 # Chromium functionality. This list gets pulled in below by
10 # the link of the actual chrome (or chromium) executable on 10 # the link of the actual chrome (or chromium) executable on
(...skipping 649 matching lines...) Expand 10 before | Expand all | Expand 10 after
660 }, 660 },
661 'includes': [ 661 'includes': [
662 '../build/java_strings_grd.gypi', 662 '../build/java_strings_grd.gypi',
663 ], 663 ],
664 }, 664 },
665 { 665 {
666 # GN: //chrome/android:chrome_locale_paks 666 # GN: //chrome/android:chrome_locale_paks
667 'target_name': 'chrome_locale_paks', 667 'target_name': 'chrome_locale_paks',
668 'type': 'none', 668 'type': 'none',
669 'variables': { 669 'variables': {
670 'package_name': 'chrome_locale_paks',
670 'locale_pak_files': [ '<@(chrome_android_pak_locale_resources)' ], 671 'locale_pak_files': [ '<@(chrome_android_pak_locale_resources)' ],
671 }, 672 },
672 'includes': [ 673 'includes': [
673 'chrome_android_paks.gypi', 674 'chrome_android_paks.gypi',
674 '../build/android/locale_pak_resources.gypi', 675 '../build/android/locale_pak_resources.gypi',
675 ], 676 ],
676 }, 677 },
677 { 678 {
678 # GN: //chrome:content_setting_javagen 679 # GN: //chrome:content_setting_javagen
679 'target_name': 'content_setting_java', 680 'target_name': 'content_setting_java',
(...skipping 155 matching lines...) Expand 10 before | Expand all | Expand 10 after
835 '<(DEPTH)/third_party/kasko' 836 '<(DEPTH)/third_party/kasko'
836 ], 837 ],
837 }, 838 },
838 }, 839 },
839 }, 840 },
840 }, 841 },
841 ], 842 ],
842 }], 843 }],
843 ], # 'conditions' 844 ], # 'conditions'
844 } 845 }
OLDNEW
« no previous file with comments | « chrome/android/shell/res/xml/syncadapter.xml ('k') | chrome/chrome_android.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698