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

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: Address remaining comments. Created 8 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
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 3819 matching lines...) Expand 10 before | Expand all | Expand 10 after
3830 'browser/ui/webui/devtools_ui.cc', 3830 'browser/ui/webui/devtools_ui.cc',
3831 'browser/ui/webui/devtools_ui.h', 3831 'browser/ui/webui/devtools_ui.h',
3832 'browser/ui/webui/downloads_dom_handler.cc', 3832 'browser/ui/webui/downloads_dom_handler.cc',
3833 'browser/ui/webui/downloads_dom_handler.h', 3833 'browser/ui/webui/downloads_dom_handler.h',
3834 'browser/ui/webui/downloads_ui.cc', 3834 'browser/ui/webui/downloads_ui.cc',
3835 'browser/ui/webui/downloads_ui.h', 3835 'browser/ui/webui/downloads_ui.h',
3836 'browser/ui/webui/edit_search_engine_dialog_webui.cc', 3836 'browser/ui/webui/edit_search_engine_dialog_webui.cc',
3837 'browser/ui/webui/edit_search_engine_dialog_webui.h', 3837 'browser/ui/webui/edit_search_engine_dialog_webui.h',
3838 'browser/ui/webui/edit_search_engine_dialog_ui_webui.cc', 3838 'browser/ui/webui/edit_search_engine_dialog_ui_webui.cc',
3839 'browser/ui/webui/edit_search_engine_dialog_ui_webui.h', 3839 'browser/ui/webui/edit_search_engine_dialog_ui_webui.h',
3840 'browser/ui/webui/extensions/extension_activity_ui.cc',
3841 'browser/ui/webui/extensions/extension_activity_ui.h',
3840 'browser/ui/webui/extensions/extension_icon_source.cc', 3842 'browser/ui/webui/extensions/extension_icon_source.cc',
3841 'browser/ui/webui/extensions/extension_icon_source.h', 3843 'browser/ui/webui/extensions/extension_icon_source.h',
3842 'browser/ui/webui/extensions/extensions_ui.cc', 3844 'browser/ui/webui/extensions/extensions_ui.cc',
3843 'browser/ui/webui/extensions/extensions_ui.h', 3845 'browser/ui/webui/extensions/extensions_ui.h',
3844 'browser/ui/webui/favicon_source.cc', 3846 'browser/ui/webui/favicon_source.cc',
3845 'browser/ui/webui/favicon_source.h', 3847 'browser/ui/webui/favicon_source.h',
3846 'browser/ui/webui/fileicon_source.cc', 3848 'browser/ui/webui/fileicon_source.cc',
3847 'browser/ui/webui/fileicon_source.h', 3849 'browser/ui/webui/fileicon_source.h',
3848 'browser/ui/webui/flags_ui.cc', 3850 'browser/ui/webui/flags_ui.cc',
3849 'browser/ui/webui/flags_ui.h', 3851 'browser/ui/webui/flags_ui.h',
(...skipping 1650 matching lines...) Expand 10 before | Expand all | Expand 10 after
5500 'type': 'static_library', 5502 'type': 'static_library',
5501 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], 5503 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ],
5502 'variables': { 5504 'variables': {
5503 'proto_in_dir': 'browser/history', 5505 'proto_in_dir': 'browser/history',
5504 'proto_out_dir': 'chrome/browser/history', 5506 'proto_out_dir': 'chrome/browser/history',
5505 }, 5507 },
5506 'includes': [ '../build/protoc.gypi' ] 5508 'includes': [ '../build/protoc.gypi' ]
5507 }, 5509 },
5508 ], 5510 ],
5509 } 5511 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/options/extension_settings_handler.cc ('k') | chrome/common/chrome_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698