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

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: missing file 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 3011 matching lines...) Expand 10 before | Expand all | Expand 10 after
3022 'browser/ui/constrained_window_tab_helper.cc', 3022 'browser/ui/constrained_window_tab_helper.cc',
3023 'browser/ui/constrained_window_tab_helper.h', 3023 'browser/ui/constrained_window_tab_helper.h',
3024 'browser/ui/constrained_window_tab_helper_delegate.cc', 3024 'browser/ui/constrained_window_tab_helper_delegate.cc',
3025 'browser/ui/constrained_window_tab_helper_delegate.h', 3025 'browser/ui/constrained_window_tab_helper_delegate.h',
3026 'browser/ui/crypto_module_password_dialog.cc', 3026 'browser/ui/crypto_module_password_dialog.cc',
3027 'browser/ui/crypto_module_password_dialog.h', 3027 'browser/ui/crypto_module_password_dialog.h',
3028 'browser/ui/crypto_module_password_dialog_nss.cc', 3028 'browser/ui/crypto_module_password_dialog_nss.cc',
3029 'browser/ui/crypto_module_password_dialog_openssl.cc', 3029 'browser/ui/crypto_module_password_dialog_openssl.cc',
3030 'browser/ui/extensions/application_launch.cc', 3030 'browser/ui/extensions/application_launch.cc',
3031 'browser/ui/extensions/application_launch.h', 3031 'browser/ui/extensions/application_launch.h',
3032 'browser/ui/extensions/native_shell_window.h',
3032 'browser/ui/extensions/shell_window.cc', 3033 'browser/ui/extensions/shell_window.cc',
3033 'browser/ui/extensions/shell_window.h', 3034 'browser/ui/extensions/shell_window.h',
3034 'browser/ui/find_bar/find_bar.h', 3035 'browser/ui/find_bar/find_bar.h',
3035 'browser/ui/find_bar/find_bar_controller.cc', 3036 'browser/ui/find_bar/find_bar_controller.cc',
3036 'browser/ui/find_bar/find_bar_controller.h', 3037 'browser/ui/find_bar/find_bar_controller.h',
3037 'browser/ui/find_bar/find_bar_state.h', 3038 'browser/ui/find_bar/find_bar_state.h',
3038 'browser/ui/find_bar/find_bar_state_factory.cc', 3039 'browser/ui/find_bar/find_bar_state_factory.cc',
3039 'browser/ui/find_bar/find_bar_state_factory.h', 3040 'browser/ui/find_bar/find_bar_state_factory.h',
3040 'browser/ui/find_bar/find_notification_details.h', 3041 'browser/ui/find_bar/find_notification_details.h',
3041 'browser/ui/find_bar/find_tab_helper.cc', 3042 'browser/ui/find_bar/find_tab_helper.cc',
(...skipping 2502 matching lines...) Expand 10 before | Expand all | Expand 10 after
5544 'includes': [ '../build/jni_generator.gypi' ], 5545 'includes': [ '../build/jni_generator.gypi' ],
5545 'dependencies': [ 5546 'dependencies': [
5546 'android_jar_jni_headers', 5547 'android_jar_jni_headers',
5547 ], 5548 ],
5548 }, 5549 },
5549 ], 5550 ],
5550 }, 5551 },
5551 ], 5552 ],
5552 ], 5553 ],
5553 } 5554 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698