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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 12623005: [mac] App shims (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: use ProfileInfoCache to verify profile path Created 7 years, 9 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 2012 The Chromium Authors. All rights reserved. 1 # Copyright 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 2100 matching lines...) Expand 10 before | Expand all | Expand 10 after
2111 'browser/value_store/testing_value_store.cc', 2111 'browser/value_store/testing_value_store.cc',
2112 'browser/value_store/testing_value_store.h', 2112 'browser/value_store/testing_value_store.h',
2113 'browser/value_store/value_store_change.cc', 2113 'browser/value_store/value_store_change.cc',
2114 'browser/value_store/value_store_change.h', 2114 'browser/value_store/value_store_change.h',
2115 'browser/value_store/value_store_frontend.cc', 2115 'browser/value_store/value_store_frontend.cc',
2116 'browser/value_store/value_store_frontend.h', 2116 'browser/value_store/value_store_frontend.h',
2117 'browser/value_store/value_store.cc', 2117 'browser/value_store/value_store.cc',
2118 'browser/value_store/value_store.h', 2118 'browser/value_store/value_store.h',
2119 'browser/view_type_utils.cc', 2119 'browser/view_type_utils.cc',
2120 'browser/view_type_utils.h', 2120 'browser/view_type_utils.h',
2121 'browser/web_applications/app_shim_host_controller.h',
2122 'browser/web_applications/app_shim_host_controller.mm',
2121 'browser/web_applications/web_app.cc', 2123 'browser/web_applications/web_app.cc',
2122 'browser/web_applications/web_app.h', 2124 'browser/web_applications/web_app.h',
2123 'browser/web_applications/web_app_android.cc', 2125 'browser/web_applications/web_app_android.cc',
2124 'browser/web_applications/web_app_linux.cc', 2126 'browser/web_applications/web_app_linux.cc',
2125 'browser/web_applications/web_app_mac.h', 2127 'browser/web_applications/web_app_mac.h',
2126 'browser/web_applications/web_app_mac.mm', 2128 'browser/web_applications/web_app_mac.mm',
2127 'browser/web_applications/web_app_win.cc', 2129 'browser/web_applications/web_app_win.cc',
2128 'browser/web_resource/json_asynchronous_unpacker.cc', 2130 'browser/web_resource/json_asynchronous_unpacker.cc',
2129 'browser/web_resource/json_asynchronous_unpacker.h', 2131 'browser/web_resource/json_asynchronous_unpacker.h',
2130 'browser/web_resource/notification_promo.cc', 2132 'browser/web_resource/notification_promo.cc',
(...skipping 1032 matching lines...) Expand 10 before | Expand all | Expand 10 after
3163 'package_name': 'org/chromium/chrome/browser/ui/toolbar', 3165 'package_name': 'org/chromium/chrome/browser/ui/toolbar',
3164 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'], 3166 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'],
3165 }, 3167 },
3166 'includes': [ '../build/android/java_cpp_template.gypi' ], 3168 'includes': [ '../build/android/java_cpp_template.gypi' ],
3167 }, 3169 },
3168 ], 3170 ],
3169 }, 3171 },
3170 ], 3172 ],
3171 ], 3173 ],
3172 } 3174 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698