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

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: jeremy@'s comments 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 2199 matching lines...) Expand 10 before | Expand all | Expand 10 after
2210 'browser/value_store/testing_value_store.cc', 2210 'browser/value_store/testing_value_store.cc',
2211 'browser/value_store/testing_value_store.h', 2211 'browser/value_store/testing_value_store.h',
2212 'browser/value_store/value_store_change.cc', 2212 'browser/value_store/value_store_change.cc',
2213 'browser/value_store/value_store_change.h', 2213 'browser/value_store/value_store_change.h',
2214 'browser/value_store/value_store_frontend.cc', 2214 'browser/value_store/value_store_frontend.cc',
2215 'browser/value_store/value_store_frontend.h', 2215 'browser/value_store/value_store_frontend.h',
2216 'browser/value_store/value_store.cc', 2216 'browser/value_store/value_store.cc',
2217 'browser/value_store/value_store.h', 2217 'browser/value_store/value_store.h',
2218 'browser/view_type_utils.cc', 2218 'browser/view_type_utils.cc',
2219 'browser/view_type_utils.h', 2219 'browser/view_type_utils.h',
2220 'browser/web_applications/app_shim_host_controller.h',
2221 'browser/web_applications/app_shim_host_controller.mm',
2220 'browser/web_applications/web_app.cc', 2222 'browser/web_applications/web_app.cc',
2221 'browser/web_applications/web_app.h', 2223 'browser/web_applications/web_app.h',
2222 'browser/web_applications/web_app_android.cc', 2224 'browser/web_applications/web_app_android.cc',
2223 'browser/web_applications/web_app_linux.cc', 2225 'browser/web_applications/web_app_linux.cc',
2224 'browser/web_applications/web_app_mac.h', 2226 'browser/web_applications/web_app_mac.h',
2225 'browser/web_applications/web_app_mac.mm', 2227 'browser/web_applications/web_app_mac.mm',
2226 'browser/web_applications/web_app_win.cc', 2228 'browser/web_applications/web_app_win.cc',
2227 'browser/web_resource/json_asynchronous_unpacker.cc', 2229 'browser/web_resource/json_asynchronous_unpacker.cc',
2228 'browser/web_resource/json_asynchronous_unpacker.h', 2230 'browser/web_resource/json_asynchronous_unpacker.h',
2229 'browser/web_resource/notification_promo.cc', 2231 'browser/web_resource/notification_promo.cc',
(...skipping 959 matching lines...) Expand 10 before | Expand all | Expand 10 after
3189 'package_name': 'org/chromium/chrome/browser/ui/toolbar', 3191 'package_name': 'org/chromium/chrome/browser/ui/toolbar',
3190 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'], 3192 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'],
3191 }, 3193 },
3192 'includes': [ '../build/android/java_cpp_template.gypi' ], 3194 'includes': [ '../build/android/java_cpp_template.gypi' ],
3193 }, 3195 },
3194 ], 3196 ],
3195 }, 3197 },
3196 ], 3198 ],
3197 ], 3199 ],
3198 } 3200 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698