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

Side by Side Diff: ash/ash.gyp

Issue 9307037: Reland http://codereview.chromium.org/9121050/ with fix for aura_win (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Separate ash_strings into its own gyp to break circular dependencies 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 | « ash/DEPS ('k') | ash/ash_strings.grd » ('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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome', 8 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome',
9 }, 9 },
10 10
11 'targets': [ 11 'targets': [
12 { 12 {
13 'target_name': 'ash', 13 'target_name': 'ash',
14 'type': '<(component)', 14 'type': '<(component)',
15 'dependencies': [ 15 'dependencies': [
16 'ash_strings.gyp:ash_strings',
16 '../base/base.gyp:base', 17 '../base/base.gyp:base',
17 '../base/base.gyp:base_i18n', 18 '../base/base.gyp:base_i18n',
18 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations', 19 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations',
19 '../build/temp_gyp/googleurl.gyp:googleurl', 20 '../build/temp_gyp/googleurl.gyp:googleurl',
20 '../net/net.gyp:net', 21 '../net/net.gyp:net',
21 '../skia/skia.gyp:skia', 22 '../skia/skia.gyp:skia',
22 '../third_party/icu/icu.gyp:icui18n', 23 '../third_party/icu/icu.gyp:icui18n',
23 '../third_party/icu/icu.gyp:icuuc', 24 '../third_party/icu/icu.gyp:icuuc',
24 '../ui/aura/aura.gyp:aura', 25 '../ui/aura/aura.gyp:aura',
25 '../ui/base/strings/ui_strings.gyp:ui_strings', 26 '../ui/base/strings/ui_strings.gyp:ui_strings',
(...skipping 315 matching lines...) Expand 10 before | Expand all | Expand 10 after
341 'shell/cocoa/app-Info.plist', 342 'shell/cocoa/app-Info.plist',
342 ], 343 ],
343 'xcode_settings': { 344 'xcode_settings': {
344 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', 345 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist',
345 }, 346 },
346 }], 347 }],
347 ], 348 ],
348 }, 349 },
349 ], 350 ],
350 } 351 }
OLDNEW
« no previous file with comments | « ash/DEPS ('k') | ash/ash_strings.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698