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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 6575054: WebUI: Move the core files of WebUI from chrome/browser/webui to content/webui. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix 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/webui/tips_handler.h ('k') | chrome/chrome_tests.gypi » ('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 3402 matching lines...) Expand 10 before | Expand all | Expand 10 after
3413 'browser/webui/textfields_ui.cc', 3413 'browser/webui/textfields_ui.cc',
3414 'browser/webui/textfields_ui.h', 3414 'browser/webui/textfields_ui.h',
3415 'browser/webui/theme_source.cc', 3415 'browser/webui/theme_source.cc',
3416 'browser/webui/theme_source.h', 3416 'browser/webui/theme_source.h',
3417 'browser/webui/thumbnail_source.cc', 3417 'browser/webui/thumbnail_source.cc',
3418 'browser/webui/thumbnail_source.h', 3418 'browser/webui/thumbnail_source.h',
3419 'browser/webui/tips_handler.cc', 3419 'browser/webui/tips_handler.cc',
3420 'browser/webui/tips_handler.h', 3420 'browser/webui/tips_handler.h',
3421 'browser/webui/value_helper.cc', 3421 'browser/webui/value_helper.cc',
3422 'browser/webui/value_helper.h', 3422 'browser/webui/value_helper.h',
3423 'browser/webui/web_ui.cc',
3424 'browser/webui/web_ui.h',
3425 'browser/webui/web_ui_factory.cc',
3426 'browser/webui/web_ui_factory.h',
3427 'browser/webui/web_ui_util.cc',
3428 'browser/webui/web_ui_util.h',
3429 'browser/worker_host/message_port_service.cc', 3423 'browser/worker_host/message_port_service.cc',
3430 'browser/worker_host/message_port_service.h', 3424 'browser/worker_host/message_port_service.h',
3431 'browser/worker_host/worker_document_set.cc', 3425 'browser/worker_host/worker_document_set.cc',
3432 'browser/worker_host/worker_document_set.h', 3426 'browser/worker_host/worker_document_set.h',
3433 'browser/worker_host/worker_message_filter.cc', 3427 'browser/worker_host/worker_message_filter.cc',
3434 'browser/worker_host/worker_message_filter.h', 3428 'browser/worker_host/worker_message_filter.h',
3435 'browser/worker_host/worker_process_host.cc', 3429 'browser/worker_host/worker_process_host.cc',
3436 'browser/worker_host/worker_process_host.h', 3430 'browser/worker_host/worker_process_host.h',
3437 'browser/worker_host/worker_service.cc', 3431 'browser/worker_host/worker_service.cc',
3438 'browser/worker_host/worker_service.h', 3432 'browser/worker_host/worker_service.h',
(...skipping 1054 matching lines...) Expand 10 before | Expand all | Expand 10 after
4493 ], 4487 ],
4494 }, 4488 },
4495 ], 4489 ],
4496 } 4490 }
4497 4491
4498 # Local Variables: 4492 # Local Variables:
4499 # tab-width:2 4493 # tab-width:2
4500 # indent-tabs-mode:nil 4494 # indent-tabs-mode:nil
4501 # End: 4495 # End:
4502 # vim: set expandtab tabstop=2 shiftwidth=2: 4496 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/browser/webui/tips_handler.h ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698