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

Side by Side Diff: chrome/chrome_common.gypi

Issue 239543005: Introduce extensions_strings.grd (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: move localized strings Created 6 years, 8 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
OLDNEW
1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 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': 'common', 8 'target_name': 'common',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 10 'variables': {
(...skipping 25 matching lines...) Expand all
36 '<(DEPTH)/chrome/chrome_resources.gyp:chrome_strings', 36 '<(DEPTH)/chrome/chrome_resources.gyp:chrome_strings',
37 '<(DEPTH)/chrome/chrome_resources.gyp:theme_resources', 37 '<(DEPTH)/chrome/chrome_resources.gyp:theme_resources',
38 '<(DEPTH)/chrome/common_constants.gyp:common_constants', 38 '<(DEPTH)/chrome/common_constants.gyp:common_constants',
39 '<(DEPTH)/components/components.gyp:json_schema', 39 '<(DEPTH)/components/components.gyp:json_schema',
40 '<(DEPTH)/components/components.gyp:metrics', 40 '<(DEPTH)/components/components.gyp:metrics',
41 '<(DEPTH)/components/components.gyp:policy_component_common', 41 '<(DEPTH)/components/components.gyp:policy_component_common',
42 '<(DEPTH)/components/components.gyp:translate_core_common', 42 '<(DEPTH)/components/components.gyp:translate_core_common',
43 '<(DEPTH)/components/components.gyp:variations', 43 '<(DEPTH)/components/components.gyp:variations',
44 '<(DEPTH)/content/content.gyp:content_common', 44 '<(DEPTH)/content/content.gyp:content_common',
45 '<(DEPTH)/crypto/crypto.gyp:crypto', 45 '<(DEPTH)/crypto/crypto.gyp:crypto',
46 '<(DEPTH)/extensions/extensions_strings.gyp:extensions_strings',
46 '<(DEPTH)/media/cast/transport/cast_transport.gyp:cast_transport', 47 '<(DEPTH)/media/cast/transport/cast_transport.gyp:cast_transport',
47 '<(DEPTH)/net/net.gyp:net', 48 '<(DEPTH)/net/net.gyp:net',
48 '<(DEPTH)/skia/skia.gyp:skia', 49 '<(DEPTH)/skia/skia.gyp:skia',
49 '<(DEPTH)/third_party/icu/icu.gyp:icui18n', 50 '<(DEPTH)/third_party/icu/icu.gyp:icui18n',
50 '<(DEPTH)/third_party/icu/icu.gyp:icuuc', 51 '<(DEPTH)/third_party/icu/icu.gyp:icuuc',
51 '<(DEPTH)/third_party/libxml/libxml.gyp:libxml', 52 '<(DEPTH)/third_party/libxml/libxml.gyp:libxml',
52 '<(DEPTH)/third_party/sqlite/sqlite.gyp:sqlite', 53 '<(DEPTH)/third_party/sqlite/sqlite.gyp:sqlite',
53 '<(DEPTH)/third_party/zlib/google/zip.gyp:zip', 54 '<(DEPTH)/third_party/zlib/google/zip.gyp:zip',
54 '<(DEPTH)/ui/resources/ui_resources.gyp:ui_resources', 55 '<(DEPTH)/ui/resources/ui_resources.gyp:ui_resources',
55 '<(DEPTH)/url/url.gyp:url_lib', 56 '<(DEPTH)/url/url.gyp:url_lib',
(...skipping 630 matching lines...) Expand 10 before | Expand all | Expand 10 after
686 'common/metrics/proto/user_action_event.proto', 687 'common/metrics/proto/user_action_event.proto',
687 ], 688 ],
688 'variables': { 689 'variables': {
689 'proto_in_dir': 'common/metrics/proto', 690 'proto_in_dir': 'common/metrics/proto',
690 'proto_out_dir': 'chrome/common/metrics/proto', 691 'proto_out_dir': 'chrome/common/metrics/proto',
691 }, 692 },
692 'includes': [ '../build/protoc.gypi' ], 693 'includes': [ '../build/protoc.gypi' ],
693 }, 694 },
694 ], 695 ],
695 } 696 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698