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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 11229022: Move ash/system/web_notification message_center to ui/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase again. Created 8 years, 1 month 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/chrome_browser_chromeos.gypi ('k') | ui/base/strings/ui_strings.grd » ('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_ui', 9 'target_name': 'browser_ui',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 2237 matching lines...) Expand 10 before | Expand all | Expand 10 after
2248 'browser/ui/app_list/chrome_app_list_item.h', 2248 'browser/ui/app_list/chrome_app_list_item.h',
2249 'browser/ui/app_list/extension_app_item.cc', 2249 'browser/ui/app_list/extension_app_item.cc',
2250 'browser/ui/app_list/extension_app_item.h', 2250 'browser/ui/app_list/extension_app_item.h',
2251 'browser/ui/app_list/search_builder.cc', 2251 'browser/ui/app_list/search_builder.cc',
2252 'browser/ui/app_list/search_builder.h', 2252 'browser/ui/app_list/search_builder.h',
2253 ], 2253 ],
2254 'dependencies': [ 2254 'dependencies': [
2255 '../ash/ash.gyp:ash', 2255 '../ash/ash.gyp:ash',
2256 '../ash/ash_strings.gyp:ash_strings', 2256 '../ash/ash_strings.gyp:ash_strings',
2257 '../ui/app_list/app_list.gyp:app_list', 2257 '../ui/app_list/app_list.gyp:app_list',
2258 '../ui/message_center/message_center.gyp:message_center',
2258 ], 2259 ],
2259 }], 2260 }],
2260 ['use_aura==1 and use_ash==0 and OS=="linux"', { 2261 ['use_aura==1 and use_ash==0 and OS=="linux"', {
2261 'dependencies': [ 2262 'dependencies': [
2262 # gtk2 is the only component that can interact with gtk2 in our new 2263 # gtk2 is the only component that can interact with gtk2 in our new
2263 # world. 2264 # world.
2264 'browser/ui/libgtk2ui/libgtk2ui.gyp:gtk2ui', 2265 'browser/ui/libgtk2ui/libgtk2ui.gyp:gtk2ui',
2265 ], 2266 ],
2266 }], 2267 }],
2267 ['use_aura==1', { 2268 ['use_aura==1', {
(...skipping 457 matching lines...) Expand 10 before | Expand all | Expand 10 after
2725 ['exclude', '^browser/ui/views/select_file_dialog_extension.cc'], 2726 ['exclude', '^browser/ui/views/select_file_dialog_extension.cc'],
2726 ['exclude', '^browser/ui/views/select_file_dialog_extension.h'], 2727 ['exclude', '^browser/ui/views/select_file_dialog_extension.h'],
2727 ['exclude', '^browser/ui/views/select_file_dialog_extension_factory. cc'], 2728 ['exclude', '^browser/ui/views/select_file_dialog_extension_factory. cc'],
2728 ['exclude', '^browser/ui/views/select_file_dialog_extension_factory. h'], 2729 ['exclude', '^browser/ui/views/select_file_dialog_extension_factory. h'],
2729 ]} 2730 ]}
2730 ], 2731 ],
2731 ], 2732 ],
2732 }, 2733 },
2733 ], 2734 ],
2734 } 2735 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser_chromeos.gypi ('k') | ui/base/strings/ui_strings.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698