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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 9307110: Rename _large.grd to _2x.grd (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 10 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 | Annotate | Revision Log
« no previous file with comments | « chrome/app/theme/theme_resources_standard.grd ('k') | chrome/chrome_dll.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 { 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 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
46 '../third_party/icu/icu.gyp:icuuc', 46 '../third_party/icu/icu.gyp:icuuc',
47 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 47 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
48 '../third_party/libjingle/libjingle.gyp:libjingle', 48 '../third_party/libjingle/libjingle.gyp:libjingle',
49 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber', 49 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber',
50 '../third_party/libxml/libxml.gyp:libxml', 50 '../third_party/libxml/libxml.gyp:libxml',
51 '../third_party/npapi/npapi.gyp:npapi', 51 '../third_party/npapi/npapi.gyp:npapi',
52 '../ui/base/strings/ui_strings.gyp:ui_strings', 52 '../ui/base/strings/ui_strings.gyp:ui_strings',
53 '../ui/gfx/surface/surface.gyp:surface', 53 '../ui/gfx/surface/surface.gyp:surface',
54 '../ui/ui.gyp:ui', 54 '../ui/ui.gyp:ui',
55 '../ui/ui.gyp:ui_resources', 55 '../ui/ui.gyp:ui_resources',
56 '../ui/ui.gyp:ui_resources_large', 56 '../ui/ui.gyp:ui_resources_2x',
57 '../ui/ui.gyp:ui_resources_standard', 57 '../ui/ui.gyp:ui_resources_standard',
58 '../v8/tools/gyp/v8.gyp:v8', 58 '../v8/tools/gyp/v8.gyp:v8',
59 '../webkit/support/webkit_support.gyp:appcache', 59 '../webkit/support/webkit_support.gyp:appcache',
60 '../webkit/support/webkit_support.gyp:blob', 60 '../webkit/support/webkit_support.gyp:blob',
61 '../webkit/support/webkit_support.gyp:database', 61 '../webkit/support/webkit_support.gyp:database',
62 '../webkit/support/webkit_support.gyp:fileapi', 62 '../webkit/support/webkit_support.gyp:fileapi',
63 '../webkit/support/webkit_support.gyp:glue', 63 '../webkit/support/webkit_support.gyp:glue',
64 '../webkit/support/webkit_support.gyp:quota', 64 '../webkit/support/webkit_support.gyp:quota',
65 '../webkit/support/webkit_support.gyp:webkit_resources', 65 '../webkit/support/webkit_support.gyp:webkit_resources',
66 '../webkit/support/webkit_support.gyp:webkit_user_agent', 66 '../webkit/support/webkit_support.gyp:webkit_user_agent',
(...skipping 5449 matching lines...) Expand 10 before | Expand all | Expand 10 after
5516 'type': 'static_library', 5516 'type': 'static_library',
5517 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], 5517 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ],
5518 'variables': { 5518 'variables': {
5519 'proto_in_dir': 'browser/history', 5519 'proto_in_dir': 'browser/history',
5520 'proto_out_dir': 'chrome/browser/history', 5520 'proto_out_dir': 'chrome/browser/history',
5521 }, 5521 },
5522 'includes': [ '../build/protoc.gypi' ] 5522 'includes': [ '../build/protoc.gypi' ]
5523 }, 5523 },
5524 ], 5524 ],
5525 } 5525 }
OLDNEW
« no previous file with comments | « chrome/app/theme/theme_resources_standard.grd ('k') | chrome/chrome_dll.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698