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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 10825240: Refactor ShellWindow to separate platform-specific code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: nit Created 8 years, 4 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/ui/views/select_file_dialog_extension.cc ('k') | no next file » | 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) 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 3025 matching lines...) Expand 10 before | Expand all | Expand 10 after
3036 'browser/ui/constrained_window_tab_helper.cc', 3036 'browser/ui/constrained_window_tab_helper.cc',
3037 'browser/ui/constrained_window_tab_helper.h', 3037 'browser/ui/constrained_window_tab_helper.h',
3038 'browser/ui/constrained_window_tab_helper_delegate.cc', 3038 'browser/ui/constrained_window_tab_helper_delegate.cc',
3039 'browser/ui/constrained_window_tab_helper_delegate.h', 3039 'browser/ui/constrained_window_tab_helper_delegate.h',
3040 'browser/ui/crypto_module_password_dialog.cc', 3040 'browser/ui/crypto_module_password_dialog.cc',
3041 'browser/ui/crypto_module_password_dialog.h', 3041 'browser/ui/crypto_module_password_dialog.h',
3042 'browser/ui/crypto_module_password_dialog_nss.cc', 3042 'browser/ui/crypto_module_password_dialog_nss.cc',
3043 'browser/ui/crypto_module_password_dialog_openssl.cc', 3043 'browser/ui/crypto_module_password_dialog_openssl.cc',
3044 'browser/ui/extensions/application_launch.cc', 3044 'browser/ui/extensions/application_launch.cc',
3045 'browser/ui/extensions/application_launch.h', 3045 'browser/ui/extensions/application_launch.h',
3046 'browser/ui/extensions/native_shell_window.h',
3046 'browser/ui/extensions/shell_window.cc', 3047 'browser/ui/extensions/shell_window.cc',
3047 'browser/ui/extensions/shell_window.h', 3048 'browser/ui/extensions/shell_window.h',
3048 'browser/ui/find_bar/find_bar.h', 3049 'browser/ui/find_bar/find_bar.h',
3049 'browser/ui/find_bar/find_bar_controller.cc', 3050 'browser/ui/find_bar/find_bar_controller.cc',
3050 'browser/ui/find_bar/find_bar_controller.h', 3051 'browser/ui/find_bar/find_bar_controller.h',
3051 'browser/ui/find_bar/find_bar_state.h', 3052 'browser/ui/find_bar/find_bar_state.h',
3052 'browser/ui/find_bar/find_bar_state_factory.cc', 3053 'browser/ui/find_bar/find_bar_state_factory.cc',
3053 'browser/ui/find_bar/find_bar_state_factory.h', 3054 'browser/ui/find_bar/find_bar_state_factory.h',
3054 'browser/ui/find_bar/find_notification_details.h', 3055 'browser/ui/find_bar/find_notification_details.h',
3055 'browser/ui/find_bar/find_tab_helper.cc', 3056 'browser/ui/find_bar/find_tab_helper.cc',
(...skipping 2511 matching lines...) Expand 10 before | Expand all | Expand 10 after
5567 'includes': [ '../build/jni_generator.gypi' ], 5568 'includes': [ '../build/jni_generator.gypi' ],
5568 'dependencies': [ 5569 'dependencies': [
5569 'android_jar_jni_headers', 5570 'android_jar_jni_headers',
5570 ], 5571 ],
5571 }, 5572 },
5572 ], 5573 ],
5573 }, 5574 },
5574 ], 5575 ],
5575 ], 5576 ],
5576 } 5577 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/views/select_file_dialog_extension.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698