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

Side by Side Diff: ash/ash.gyp

Issue 10916010: Relanding "views: Add a gyp file to build webview.". Try 2. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: chromeos fixes Created 8 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | build/all.gyp » ('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
(...skipping 15 matching lines...) Expand all
26 '../third_party/icu/icu.gyp:icui18n', 26 '../third_party/icu/icu.gyp:icui18n',
27 '../third_party/icu/icu.gyp:icuuc', 27 '../third_party/icu/icu.gyp:icuuc',
28 '../ui/app_list/app_list.gyp:app_list', 28 '../ui/app_list/app_list.gyp:app_list',
29 '../ui/aura/aura.gyp:aura', 29 '../ui/aura/aura.gyp:aura',
30 '../ui/base/strings/ui_strings.gyp:ui_strings', 30 '../ui/base/strings/ui_strings.gyp:ui_strings',
31 '../ui/compositor/compositor.gyp:compositor', 31 '../ui/compositor/compositor.gyp:compositor',
32 '../ui/oak/oak.gyp:oak', 32 '../ui/oak/oak.gyp:oak',
33 '../ui/ui.gyp:ui', 33 '../ui/ui.gyp:ui',
34 '../ui/ui.gyp:ui_resources', 34 '../ui/ui.gyp:ui_resources',
35 '../ui/ui.gyp:ui_resources_wallpapers', 35 '../ui/ui.gyp:ui_resources_wallpapers',
36 '../ui/views/controls/webview/webview.gyp:webview',
36 '../ui/views/views.gyp:views', 37 '../ui/views/views.gyp:views',
37 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs', 38 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs',
38 ], 39 ],
39 'defines': [ 40 'defines': [
40 'ASH_IMPLEMENTATION', 41 'ASH_IMPLEMENTATION',
41 ], 42 ],
42 'sources': [ 43 'sources': [
43 # All .cc, .h under ash, except unittests 44 # All .cc, .h under ash, except unittests
44 'accelerators/accelerator_controller.cc', 45 'accelerators/accelerator_controller.cc',
45 'accelerators/accelerator_controller.h', 46 'accelerators/accelerator_controller.h',
(...skipping 586 matching lines...) Expand 10 before | Expand all | Expand 10 after
632 'shell/cocoa/app-Info.plist', 633 'shell/cocoa/app-Info.plist',
633 ], 634 ],
634 'xcode_settings': { 635 'xcode_settings': {
635 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', 636 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist',
636 }, 637 },
637 }], 638 }],
638 ], 639 ],
639 }, 640 },
640 ], 641 ],
641 } 642 }
OLDNEW
« no previous file with comments | « no previous file | build/all.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698