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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 8497008: Implement Bookmark All Tabs Dialog with WebUI. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: review fix Created 9 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
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 3639 matching lines...) Expand 10 before | Expand all | Expand 10 after
3650 'browser/ui/views/window.cc', 3650 'browser/ui/views/window.cc',
3651 'browser/ui/views/window.h', 3651 'browser/ui/views/window.h',
3652 'browser/ui/views/wrench_menu.cc', 3652 'browser/ui/views/wrench_menu.cc',
3653 'browser/ui/views/wrench_menu.h', 3653 'browser/ui/views/wrench_menu.h',
3654 'browser/ui/virtual_keyboard/virtual_keyboard_manager.cc', 3654 'browser/ui/virtual_keyboard/virtual_keyboard_manager.cc',
3655 'browser/ui/virtual_keyboard/virtual_keyboard_manager.h', 3655 'browser/ui/virtual_keyboard/virtual_keyboard_manager.h',
3656 'browser/ui/web_applications/web_app_ui.cc', 3656 'browser/ui/web_applications/web_app_ui.cc',
3657 'browser/ui/web_applications/web_app_ui.h', 3657 'browser/ui/web_applications/web_app_ui.h',
3658 'browser/ui/webui/active_downloads_ui.cc', 3658 'browser/ui/webui/active_downloads_ui.cc',
3659 'browser/ui/webui/active_downloads_ui.h', 3659 'browser/ui/webui/active_downloads_ui.h',
3660 'browser/ui/webui/bookmark_all_tabs_dialog.h',
mazda 2011/11/10 06:03:46 .cc is first
yoshiki 2011/11/10 07:54:38 Done.
3661 'browser/ui/webui/bookmark_all_tabs_dialog.cc',
3660 'browser/ui/webui/bookmarks_ui.cc', 3662 'browser/ui/webui/bookmarks_ui.cc',
3661 'browser/ui/webui/bookmarks_ui.h', 3663 'browser/ui/webui/bookmarks_ui.h',
3662 'browser/ui/webui/bug_report_ui.cc', 3664 'browser/ui/webui/bug_report_ui.cc',
3663 'browser/ui/webui/bug_report_ui.h', 3665 'browser/ui/webui/bug_report_ui.h',
3664 'browser/ui/webui/certificate_viewer_webui.cc', 3666 'browser/ui/webui/certificate_viewer_webui.cc',
3665 'browser/ui/webui/certificate_viewer_webui.h', 3667 'browser/ui/webui/certificate_viewer_webui.h',
3666 'browser/ui/webui/certificate_viewer_ui.cc', 3668 'browser/ui/webui/certificate_viewer_ui.cc',
3667 'browser/ui/webui/certificate_viewer_ui.h', 3669 'browser/ui/webui/certificate_viewer_ui.h',
3668 'browser/ui/webui/chrome_url_data_manager.cc', 3670 'browser/ui/webui/chrome_url_data_manager.cc',
3669 'browser/ui/webui/chrome_url_data_manager.h', 3671 'browser/ui/webui/chrome_url_data_manager.h',
(...skipping 1624 matching lines...) Expand 10 before | Expand all | Expand 10 after
5294 'type': 'static_library', 5296 'type': 'static_library',
5295 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], 5297 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ],
5296 'variables': { 5298 'variables': {
5297 'proto_in_dir': 'browser/history', 5299 'proto_in_dir': 'browser/history',
5298 'proto_out_dir': 'chrome/browser/history', 5300 'proto_out_dir': 'chrome/browser/history',
5299 }, 5301 },
5300 'includes': [ '../build/protoc.gypi' ] 5302 'includes': [ '../build/protoc.gypi' ]
5301 }, 5303 },
5302 ], 5304 ],
5303 } 5305 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698