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

Side by Side Diff: ash/ash.gyp

Issue 173183002: Remove oak windows and its flags. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: remove one more oak.gyp reference Created 6 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/accelerators/accelerator_table.cc ('k') | ash/ash_switches.h » ('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 'includes': [ 10 'includes': [
(...skipping 16 matching lines...) Expand all
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/events/events.gyp:events', 32 '../ui/events/events.gyp:events',
33 '../ui/gfx/gfx.gyp:gfx', 33 '../ui/gfx/gfx.gyp:gfx',
34 '../ui/gfx/gfx.gyp:gfx_geometry', 34 '../ui/gfx/gfx.gyp:gfx_geometry',
35 '../ui/keyboard/keyboard.gyp:keyboard', 35 '../ui/keyboard/keyboard.gyp:keyboard',
36 '../ui/message_center/message_center.gyp:message_center', 36 '../ui/message_center/message_center.gyp:message_center',
37 '../ui/oak/oak.gyp:oak',
38 '../ui/resources/ui_resources.gyp:ui_resources', 37 '../ui/resources/ui_resources.gyp:ui_resources',
39 '../ui/ui.gyp:ui', 38 '../ui/ui.gyp:ui',
40 '../ui/views/controls/webview/webview.gyp:webview', 39 '../ui/views/controls/webview/webview.gyp:webview',
41 '../ui/views/views.gyp:views', 40 '../ui/views/views.gyp:views',
42 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs', 41 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs',
43 '../ui/wm/wm.gyp:wm_public', 42 '../ui/wm/wm.gyp:wm_public',
44 '../url/url.gyp:url_lib', 43 '../url/url.gyp:url_lib',
45 'ash_strings.gyp:ash_strings', 44 'ash_strings.gyp:ash_strings',
46 'ash_resources', 45 'ash_resources',
47 ], 46 ],
(...skipping 1065 matching lines...) Expand 10 before | Expand all | Expand 10 after
1113 }, 1112 },
1114 }, 1113 },
1115 'dependencies': [ 1114 'dependencies': [
1116 '../sandbox/sandbox.gyp:sandbox', 1115 '../sandbox/sandbox.gyp:sandbox',
1117 ], 1116 ],
1118 }], 1117 }],
1119 ], 1118 ],
1120 }, 1119 },
1121 ], 1120 ],
1122 } 1121 }
OLDNEW
« no previous file with comments | « ash/accelerators/accelerator_table.cc ('k') | ash/ash_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698