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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 10409023: Remove extension application launch code from Browser (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Browser stuff removed; compiles Created 8 years, 7 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 # 2 #
3 # Use of this source code is governed by a BSD-style license that can be 3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file. 4 # found in the LICENSE file.
5 5
6 { 6 {
7 'targets': [ 7 'targets': [
8 { 8 {
9 'target_name': 'browser', 9 'target_name': 'browser',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 2778 matching lines...) Expand 10 before | Expand all | Expand 10 after
2789 'browser/ui/constrained_window.cc', 2789 'browser/ui/constrained_window.cc',
2790 'browser/ui/constrained_window.h', 2790 'browser/ui/constrained_window.h',
2791 'browser/ui/constrained_window_tab_helper.cc', 2791 'browser/ui/constrained_window_tab_helper.cc',
2792 'browser/ui/constrained_window_tab_helper.h', 2792 'browser/ui/constrained_window_tab_helper.h',
2793 'browser/ui/constrained_window_tab_helper_delegate.cc', 2793 'browser/ui/constrained_window_tab_helper_delegate.cc',
2794 'browser/ui/constrained_window_tab_helper_delegate.h', 2794 'browser/ui/constrained_window_tab_helper_delegate.h',
2795 'browser/ui/crypto_module_password_dialog.cc', 2795 'browser/ui/crypto_module_password_dialog.cc',
2796 'browser/ui/crypto_module_password_dialog.h', 2796 'browser/ui/crypto_module_password_dialog.h',
2797 'browser/ui/crypto_module_password_dialog_nss.cc', 2797 'browser/ui/crypto_module_password_dialog_nss.cc',
2798 'browser/ui/crypto_module_password_dialog_openssl.cc', 2798 'browser/ui/crypto_module_password_dialog_openssl.cc',
2799 'browser/ui/extensions/application_launch.cc',
2800 'browser/ui/extensions/application_launch.h',
2799 'browser/ui/extensions/shell_window.cc', 2801 'browser/ui/extensions/shell_window.cc',
2800 'browser/ui/extensions/shell_window.h', 2802 'browser/ui/extensions/shell_window.h',
2801 'browser/ui/find_bar/find_bar.h', 2803 'browser/ui/find_bar/find_bar.h',
2802 'browser/ui/find_bar/find_bar_controller.cc', 2804 'browser/ui/find_bar/find_bar_controller.cc',
2803 'browser/ui/find_bar/find_bar_controller.h', 2805 'browser/ui/find_bar/find_bar_controller.h',
2804 'browser/ui/find_bar/find_bar_state.h', 2806 'browser/ui/find_bar/find_bar_state.h',
2805 'browser/ui/find_bar/find_bar_state_factory.cc', 2807 'browser/ui/find_bar/find_bar_state_factory.cc',
2806 'browser/ui/find_bar/find_bar_state_factory.h', 2808 'browser/ui/find_bar/find_bar_state_factory.h',
2807 'browser/ui/find_bar/find_notification_details.h', 2809 'browser/ui/find_bar/find_notification_details.h',
2808 'browser/ui/find_bar/find_tab_helper.cc', 2810 'browser/ui/find_bar/find_tab_helper.cc',
(...skipping 2268 matching lines...) Expand 10 before | Expand all | Expand 10 after
5077 'browser/metrics/proto/study.proto', 5079 'browser/metrics/proto/study.proto',
5078 ], 5080 ],
5079 'variables': { 5081 'variables': {
5080 'proto_in_dir': 'browser/metrics/proto', 5082 'proto_in_dir': 'browser/metrics/proto',
5081 'proto_out_dir': 'chrome/browser/metrics/proto', 5083 'proto_out_dir': 'chrome/browser/metrics/proto',
5082 }, 5084 },
5083 'includes': [ '../build/protoc.gypi' ] 5085 'includes': [ '../build/protoc.gypi' ]
5084 }, 5086 },
5085 ], 5087 ],
5086 } 5088 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698