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

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: AppList->AppListController in ash/wm, clear ash ref in AppListView etc 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
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 4242 matching lines...) Expand 10 before | Expand all | Expand 10 after
4253 }], 4253 }],
4254 ['use_gnome_keyring==0', { 4254 ['use_gnome_keyring==0', {
4255 'sources!': [ 4255 'sources!': [
4256 'browser/password_manager/native_backend_gnome_x.cc', 4256 'browser/password_manager/native_backend_gnome_x.cc',
4257 'browser/password_manager/native_backend_gnome_x.h', 4257 'browser/password_manager/native_backend_gnome_x.h',
4258 ], 4258 ],
4259 }], 4259 }],
4260 ['use_ash==1', { 4260 ['use_ash==1', {
4261 'dependencies': [ 4261 'dependencies': [
4262 '../ash/ash.gyp:ash', 4262 '../ash/ash.gyp:ash',
4263 '../ui/app_list/app_list.gyp:app_list',
4263 ], 4264 ],
4264 }], 4265 }],
4265 ['use_aura==1', { 4266 ['use_aura==1', {
4266 'sources/': [ 4267 'sources/': [
4267 ['exclude', '^browser/automation/automation_provider_win.cc'], 4268 ['exclude', '^browser/automation/automation_provider_win.cc'],
4268 ['exclude', '^browser/automation/chrome_frame_automation_provider.cc '], 4269 ['exclude', '^browser/automation/chrome_frame_automation_provider.cc '],
4269 ['exclude', '^browser/automation/chrome_frame_automation_provider.h' ], 4270 ['exclude', '^browser/automation/chrome_frame_automation_provider.h' ],
4270 ['exclude', '^browser/automation/testing_automation_provider_win.cc' ], 4271 ['exclude', '^browser/automation/testing_automation_provider_win.cc' ],
4271 ['exclude', '^browser/external_tab/external_tab_container_win.cc'], 4272 ['exclude', '^browser/external_tab/external_tab_container_win.cc'],
4272 ['exclude', '^browser/external_tab/external_tab_container_win.h'], 4273 ['exclude', '^browser/external_tab/external_tab_container_win.h'],
(...skipping 745 matching lines...) Expand 10 before | Expand all | Expand 10 after
5018 'browser/metrics/proto/study.proto', 5019 'browser/metrics/proto/study.proto',
5019 ], 5020 ],
5020 'variables': { 5021 'variables': {
5021 'proto_in_dir': 'browser/metrics/proto', 5022 'proto_in_dir': 'browser/metrics/proto',
5022 'proto_out_dir': 'chrome/browser/metrics/proto', 5023 'proto_out_dir': 'chrome/browser/metrics/proto',
5023 }, 5024 },
5024 'includes': [ '../build/protoc.gypi' ] 5025 'includes': [ '../build/protoc.gypi' ]
5025 }, 5026 },
5026 ], 5027 ],
5027 } 5028 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698