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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 6513010: WebUI: Get rid of more references to DOMUI in the rest of the directories. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 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 | « chrome/browser/tab_contents/tab_contents.cc ('k') | chrome/common/chrome_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) 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': '<(library)', 9 'type': '<(library)',
10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA', 10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA',
(...skipping 4333 matching lines...) Expand 10 before | Expand all | Expand 10 after
4344 ['exclude', '^browser/ui/views/autocomplete/autocomplete_popup_g tk.h'], 4344 ['exclude', '^browser/ui/views/autocomplete/autocomplete_popup_g tk.h'],
4345 ], 4345 ],
4346 }], 4346 }],
4347 # Touch build only 4347 # Touch build only
4348 ['OS=="linux" and toolkit_views==1 and touchui==1', { 4348 ['OS=="linux" and toolkit_views==1 and touchui==1', {
4349 'sources/': [ 4349 'sources/': [
4350 ['include', '^browser/ui/views/tab_contents/tab_contents_view_vi ews.cc'], 4350 ['include', '^browser/ui/views/tab_contents/tab_contents_view_vi ews.cc'],
4351 ['include', '^browser/ui/views/tab_contents/tab_contents_view_vi ews.h'], 4351 ['include', '^browser/ui/views/tab_contents/tab_contents_view_vi ews.h'],
4352 ['include', '^browser/ui/views/tab_contents/tab_contents_contain er_views.cc'], 4352 ['include', '^browser/ui/views/tab_contents/tab_contents_contain er_views.cc'],
4353 ['include', '^browser/ui/views/tab_contents/tab_contents_contain er_views.h'], 4353 ['include', '^browser/ui/views/tab_contents/tab_contents_contain er_views.h'],
4354 # TODO(anicolao): exclude these once we have DOMUI dialogs 4354 # TODO(anicolao): exclude these once we have WebUI dialogs
4355 # ['exclude', '^browser/ui/gtk/constrained_window_gtk.cc'], 4355 # ['exclude', '^browser/ui/gtk/constrained_window_gtk.cc'],
4356 # ['exclude', '^browser/ui/gtk/constrained_window_gtk.h'], 4356 # ['exclude', '^browser/ui/gtk/constrained_window_gtk.h'],
4357 ['exclude', '^browser/ui/views/frame/browser_non_client_frame_vi ew_factory_gtk.cc'], 4357 ['exclude', '^browser/ui/views/frame/browser_non_client_frame_vi ew_factory_gtk.cc'],
4358 ['exclude', '^browser/ui/views/tabs/tab_strip_factory.cc'], 4358 ['exclude', '^browser/ui/views/tabs/tab_strip_factory.cc'],
4359 ['exclude', '^browser/ui/views/tab_contents/tab_contents_contain er_native.cc'], 4359 ['exclude', '^browser/ui/views/tab_contents/tab_contents_contain er_native.cc'],
4360 ['exclude', '^browser/ui/views/tab_contents/tab_contents_contain er_native.h'], 4360 ['exclude', '^browser/ui/views/tab_contents/tab_contents_contain er_native.h'],
4361 ['exclude', '^browser/ui/views/tab_contents/tab_contents_view_gt k.cc'], 4361 ['exclude', '^browser/ui/views/tab_contents/tab_contents_view_gt k.cc'],
4362 ['exclude', '^browser/ui/views/tab_contents/tab_contents_view_gt k.h'], 4362 ['exclude', '^browser/ui/views/tab_contents/tab_contents_view_gt k.h'],
4363 ], 4363 ],
4364 }], 4364 }],
(...skipping 234 matching lines...) Expand 10 before | Expand all | Expand 10 after
4599 ], 4599 ],
4600 }, 4600 },
4601 ], 4601 ],
4602 } 4602 }
4603 4603
4604 # Local Variables: 4604 # Local Variables:
4605 # tab-width:2 4605 # tab-width:2
4606 # indent-tabs-mode:nil 4606 # indent-tabs-mode:nil
4607 # End: 4607 # End:
4608 # vim: set expandtab tabstop=2 shiftwidth=2: 4608 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/browser/tab_contents/tab_contents.cc ('k') | chrome/common/chrome_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698