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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 7886042: Move Aura to UI subdir. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 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
OLDNEW
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'browser', 8 'target_name': 'browser',
9 'type': 'static_library', 9 'type': 'static_library',
10 'dependencies': [ 10 'dependencies': [
(...skipping 4056 matching lines...) Expand 10 before | Expand all | Expand 10 after
4067 ['exclude', '^browser/ui/views/tabs/native_view_photobooth_win.cc'], 4067 ['exclude', '^browser/ui/views/tabs/native_view_photobooth_win.cc'],
4068 ['exclude', '^browser/ui/views/tabs/native_view_photobooth_win.h'], 4068 ['exclude', '^browser/ui/views/tabs/native_view_photobooth_win.h'],
4069 ['exclude', '^browser/ui/views/task_manager_view.cc'], 4069 ['exclude', '^browser/ui/views/task_manager_view.cc'],
4070 ['exclude', '^browser/ui/views/task_manager_view.h'], 4070 ['exclude', '^browser/ui/views/task_manager_view.h'],
4071 ['exclude', '^browser/ui/views/user_data_dir_dialog.cc'], 4071 ['exclude', '^browser/ui/views/user_data_dir_dialog.cc'],
4072 ['exclude', '^browser/ui/window_snapshot/window_snapshot_win.cc'], 4072 ['exclude', '^browser/ui/window_snapshot/window_snapshot_win.cc'],
4073 ['include', '^browser/ui/views/simple_message_box_views.cc'], 4073 ['include', '^browser/ui/views/simple_message_box_views.cc'],
4074 ['include', '^browser/ui/views/simple_message_box_views.h'], 4074 ['include', '^browser/ui/views/simple_message_box_views.h'],
4075 ], 4075 ],
4076 'dependencies': [ 4076 'dependencies': [
4077 '../aura/aura.gyp:aura', 4077 '../ui/aura/aura.gyp:aura',
4078 ], 4078 ],
4079 }], 4079 }],
4080 ['webui_dialogs == 1', { 4080 ['webui_dialogs == 1', {
4081 'defines': [ 4081 'defines': [
4082 'WEBUI_DIALOGS', 4082 'WEBUI_DIALOGS',
4083 ], 4083 ],
4084 }], 4084 }],
4085 # Exclude WebUI certificate viewer if not POSIX, mac (these OS's have 4085 # Exclude WebUI certificate viewer if not POSIX, mac (these OS's have
4086 # native certificate viewers) or WebUI dialogs are disabled. 4086 # native certificate viewers) or WebUI dialogs are disabled.
4087 ['webui_dialogs == 0 or os_posix == 0 or OS == "mac"', { 4087 ['webui_dialogs == 0 or os_posix == 0 or OS == "mac"', {
(...skipping 962 matching lines...) Expand 10 before | Expand all | Expand 10 after
5050 # weak imports in dependents, who still must #include 5050 # weak imports in dependents, who still must #include
5051 # closure_blocks_leopard_compat.h to get weak imports. 5051 # closure_blocks_leopard_compat.h to get weak imports.
5052 'type': 'none', 5052 'type': 'none',
5053 }], 5053 }],
5054 ], 5054 ],
5055 }, 5055 },
5056 ], 5056 ],
5057 }], 5057 }],
5058 ], 5058 ],
5059 } 5059 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/views/aura/aura_init.cc ('k') | ui/aura/aura.gyp » ('j') | ui/aura/aura.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698