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

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: gtk 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
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 3023 matching lines...) Expand 10 before | Expand all | Expand 10 after
3034 'browser/ui/constrained_window_tab_helper.cc', 3034 'browser/ui/constrained_window_tab_helper.cc',
3035 'browser/ui/constrained_window_tab_helper.h', 3035 'browser/ui/constrained_window_tab_helper.h',
3036 'browser/ui/constrained_window_tab_helper_delegate.cc', 3036 'browser/ui/constrained_window_tab_helper_delegate.cc',
3037 'browser/ui/constrained_window_tab_helper_delegate.h', 3037 'browser/ui/constrained_window_tab_helper_delegate.h',
3038 'browser/ui/crypto_module_password_dialog.cc', 3038 'browser/ui/crypto_module_password_dialog.cc',
3039 'browser/ui/crypto_module_password_dialog.h', 3039 'browser/ui/crypto_module_password_dialog.h',
3040 'browser/ui/crypto_module_password_dialog_nss.cc', 3040 'browser/ui/crypto_module_password_dialog_nss.cc',
3041 'browser/ui/crypto_module_password_dialog_openssl.cc', 3041 'browser/ui/crypto_module_password_dialog_openssl.cc',
3042 'browser/ui/extensions/application_launch.cc', 3042 'browser/ui/extensions/application_launch.cc',
3043 'browser/ui/extensions/application_launch.h', 3043 'browser/ui/extensions/application_launch.h',
3044 'browser/ui/extensions/native_shell_window.h',
3044 'browser/ui/extensions/shell_window.cc', 3045 'browser/ui/extensions/shell_window.cc',
3045 'browser/ui/extensions/shell_window.h', 3046 'browser/ui/extensions/shell_window.h',
3046 'browser/ui/find_bar/find_bar.h', 3047 'browser/ui/find_bar/find_bar.h',
3047 'browser/ui/find_bar/find_bar_controller.cc', 3048 'browser/ui/find_bar/find_bar_controller.cc',
3048 'browser/ui/find_bar/find_bar_controller.h', 3049 'browser/ui/find_bar/find_bar_controller.h',
3049 'browser/ui/find_bar/find_bar_state.h', 3050 'browser/ui/find_bar/find_bar_state.h',
3050 'browser/ui/find_bar/find_bar_state_factory.cc', 3051 'browser/ui/find_bar/find_bar_state_factory.cc',
3051 'browser/ui/find_bar/find_bar_state_factory.h', 3052 'browser/ui/find_bar/find_bar_state_factory.h',
3052 'browser/ui/find_bar/find_notification_details.h', 3053 'browser/ui/find_bar/find_notification_details.h',
3053 'browser/ui/find_bar/find_tab_helper.cc', 3054 'browser/ui/find_bar/find_tab_helper.cc',
(...skipping 2494 matching lines...) Expand 10 before | Expand all | Expand 10 after
5548 'includes': [ '../build/jni_generator.gypi' ], 5549 'includes': [ '../build/jni_generator.gypi' ],
5549 'dependencies': [ 5550 'dependencies': [
5550 'android_jar_jni_headers', 5551 'android_jar_jni_headers',
5551 ], 5552 ],
5552 }, 5553 },
5553 ], 5554 ],
5554 }, 5555 },
5555 ], 5556 ],
5556 ], 5557 ],
5557 } 5558 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698