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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 10388032: Move app list from ash to ui. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: fix win_aura bot and comments in #5 Created 8 years, 7 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/browser/ui/views/ash/chrome_shell_delegate.cc ('k') | ui/app_list/DEPS » ('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 # 2 #
3 # Use of this source code is governed by a BSD-style license that can be 3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file. 4 # found in the LICENSE file.
5 5
6 { 6 {
7 'targets': [ 7 'targets': [
8 { 8 {
9 'target_name': 'browser', 9 'target_name': 'browser',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 4245 matching lines...) Expand 10 before | Expand all | Expand 10 after
4256 }], 4256 }],
4257 ['use_gnome_keyring==0', { 4257 ['use_gnome_keyring==0', {
4258 'sources!': [ 4258 'sources!': [
4259 'browser/password_manager/native_backend_gnome_x.cc', 4259 'browser/password_manager/native_backend_gnome_x.cc',
4260 'browser/password_manager/native_backend_gnome_x.h', 4260 'browser/password_manager/native_backend_gnome_x.h',
4261 ], 4261 ],
4262 }], 4262 }],
4263 ['use_ash==1', { 4263 ['use_ash==1', {
4264 'dependencies': [ 4264 'dependencies': [
4265 '../ash/ash.gyp:ash', 4265 '../ash/ash.gyp:ash',
4266 '../ui/app_list/app_list.gyp:app_list',
4266 ], 4267 ],
4267 }], 4268 }],
4268 ['use_aura==1', { 4269 ['use_aura==1', {
4269 'sources/': [ 4270 'sources/': [
4270 ['exclude', '^browser/automation/automation_provider_win.cc'], 4271 ['exclude', '^browser/automation/automation_provider_win.cc'],
4271 ['exclude', '^browser/automation/chrome_frame_automation_provider.cc '], 4272 ['exclude', '^browser/automation/chrome_frame_automation_provider.cc '],
4272 ['exclude', '^browser/automation/chrome_frame_automation_provider.h' ], 4273 ['exclude', '^browser/automation/chrome_frame_automation_provider.h' ],
4273 ['exclude', '^browser/automation/testing_automation_provider_win.cc' ], 4274 ['exclude', '^browser/automation/testing_automation_provider_win.cc' ],
4274 ['exclude', '^browser/external_tab/external_tab_container_win.cc'], 4275 ['exclude', '^browser/external_tab/external_tab_container_win.cc'],
4275 ['exclude', '^browser/external_tab/external_tab_container_win.h'], 4276 ['exclude', '^browser/external_tab/external_tab_container_win.h'],
(...skipping 746 matching lines...) Expand 10 before | Expand all | Expand 10 after
5022 'browser/metrics/proto/study.proto', 5023 'browser/metrics/proto/study.proto',
5023 ], 5024 ],
5024 'variables': { 5025 'variables': {
5025 'proto_in_dir': 'browser/metrics/proto', 5026 'proto_in_dir': 'browser/metrics/proto',
5026 'proto_out_dir': 'chrome/browser/metrics/proto', 5027 'proto_out_dir': 'chrome/browser/metrics/proto',
5027 }, 5028 },
5028 'includes': [ '../build/protoc.gypi' ] 5029 'includes': [ '../build/protoc.gypi' ]
5029 }, 5030 },
5030 ], 5031 ],
5031 } 5032 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/views/ash/chrome_shell_delegate.cc ('k') | ui/app_list/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698