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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 9234076: Implementation of the Extension Activity Log UI behind a flag. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 11 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) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'variables': { 'enable_wexit_time_destructors': 1, }, 10 'variables': { 'enable_wexit_time_destructors': 1, },
(...skipping 3792 matching lines...) Expand 10 before | Expand all | Expand 10 after
3803 'browser/ui/webui/devtools_ui.cc', 3803 'browser/ui/webui/devtools_ui.cc',
3804 'browser/ui/webui/devtools_ui.h', 3804 'browser/ui/webui/devtools_ui.h',
3805 'browser/ui/webui/downloads_dom_handler.cc', 3805 'browser/ui/webui/downloads_dom_handler.cc',
3806 'browser/ui/webui/downloads_dom_handler.h', 3806 'browser/ui/webui/downloads_dom_handler.h',
3807 'browser/ui/webui/downloads_ui.cc', 3807 'browser/ui/webui/downloads_ui.cc',
3808 'browser/ui/webui/downloads_ui.h', 3808 'browser/ui/webui/downloads_ui.h',
3809 'browser/ui/webui/edit_search_engine_dialog_webui.cc', 3809 'browser/ui/webui/edit_search_engine_dialog_webui.cc',
3810 'browser/ui/webui/edit_search_engine_dialog_webui.h', 3810 'browser/ui/webui/edit_search_engine_dialog_webui.h',
3811 'browser/ui/webui/edit_search_engine_dialog_ui_webui.cc', 3811 'browser/ui/webui/edit_search_engine_dialog_ui_webui.cc',
3812 'browser/ui/webui/edit_search_engine_dialog_ui_webui.h', 3812 'browser/ui/webui/edit_search_engine_dialog_ui_webui.h',
3813 'browser/ui/webui/extensions/extension_activity_ui.cc',
3814 'browser/ui/webui/extensions/extension_activity_ui.h',
3813 'browser/ui/webui/extensions/extension_icon_source.cc', 3815 'browser/ui/webui/extensions/extension_icon_source.cc',
3814 'browser/ui/webui/extensions/extension_icon_source.h', 3816 'browser/ui/webui/extensions/extension_icon_source.h',
3815 'browser/ui/webui/extensions/extensions_ui.cc', 3817 'browser/ui/webui/extensions/extensions_ui.cc',
3816 'browser/ui/webui/extensions/extensions_ui.h', 3818 'browser/ui/webui/extensions/extensions_ui.h',
3817 'browser/ui/webui/favicon_source.cc', 3819 'browser/ui/webui/favicon_source.cc',
3818 'browser/ui/webui/favicon_source.h', 3820 'browser/ui/webui/favicon_source.h',
3819 'browser/ui/webui/fileicon_source.cc', 3821 'browser/ui/webui/fileicon_source.cc',
3820 'browser/ui/webui/fileicon_source.h', 3822 'browser/ui/webui/fileicon_source.h',
3821 'browser/ui/webui/fileicon_source_chromeos.cc', 3823 'browser/ui/webui/fileicon_source_chromeos.cc',
3822 'browser/ui/webui/fileicon_source_chromeos.h', 3824 'browser/ui/webui/fileicon_source_chromeos.h',
(...skipping 1650 matching lines...) Expand 10 before | Expand all | Expand 10 after
5473 'type': 'static_library', 5475 'type': 'static_library',
5474 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], 5476 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ],
5475 'variables': { 5477 'variables': {
5476 'proto_in_dir': 'browser/history', 5478 'proto_in_dir': 'browser/history',
5477 'proto_out_dir': 'chrome/browser/history', 5479 'proto_out_dir': 'chrome/browser/history',
5478 }, 5480 },
5479 'includes': [ '../build/protoc.gypi' ] 5481 'includes': [ '../build/protoc.gypi' ]
5480 }, 5482 },
5481 ], 5483 ],
5482 } 5484 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698