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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 17370003: [Win] App launcher drag/drop. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix compile Created 7 years, 6 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/web_applications/web_app_win.cc ('k') | ui/app_list/app_list_view_delegate.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 2290 matching lines...) Expand 10 before | Expand all | Expand 10 after
2301 'browser/value_store/value_store_frontend.cc', 2301 'browser/value_store/value_store_frontend.cc',
2302 'browser/value_store/value_store_frontend.h', 2302 'browser/value_store/value_store_frontend.h',
2303 'browser/value_store/value_store.cc', 2303 'browser/value_store/value_store.cc',
2304 'browser/value_store/value_store.h', 2304 'browser/value_store/value_store.h',
2305 'browser/web_applications/web_app.cc', 2305 'browser/web_applications/web_app.cc',
2306 'browser/web_applications/web_app.h', 2306 'browser/web_applications/web_app.h',
2307 'browser/web_applications/web_app_android.cc', 2307 'browser/web_applications/web_app_android.cc',
2308 'browser/web_applications/web_app_linux.cc', 2308 'browser/web_applications/web_app_linux.cc',
2309 'browser/web_applications/web_app_mac.h', 2309 'browser/web_applications/web_app_mac.h',
2310 'browser/web_applications/web_app_mac.mm', 2310 'browser/web_applications/web_app_mac.mm',
2311 'browser/web_applications/web_app_win.h',
2311 'browser/web_applications/web_app_win.cc', 2312 'browser/web_applications/web_app_win.cc',
2312 'browser/web_resource/eula_accepted_notifier.cc', 2313 'browser/web_resource/eula_accepted_notifier.cc',
2313 'browser/web_resource/eula_accepted_notifier.h', 2314 'browser/web_resource/eula_accepted_notifier.h',
2314 'browser/web_resource/json_asynchronous_unpacker.cc', 2315 'browser/web_resource/json_asynchronous_unpacker.cc',
2315 'browser/web_resource/json_asynchronous_unpacker.h', 2316 'browser/web_resource/json_asynchronous_unpacker.h',
2316 'browser/web_resource/notification_promo.cc', 2317 'browser/web_resource/notification_promo.cc',
2317 'browser/web_resource/notification_promo.h', 2318 'browser/web_resource/notification_promo.h',
2318 'browser/web_resource/promo_resource_service.cc', 2319 'browser/web_resource/promo_resource_service.cc',
2319 'browser/web_resource/promo_resource_service.h', 2320 'browser/web_resource/promo_resource_service.h',
2320 'browser/web_resource/resource_request_allowed_notifier.cc', 2321 'browser/web_resource/resource_request_allowed_notifier.cc',
(...skipping 985 matching lines...) Expand 10 before | Expand all | Expand 10 after
3306 'package_name': 'org/chromium/chrome/browser/ui/toolbar', 3307 'package_name': 'org/chromium/chrome/browser/ui/toolbar',
3307 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'], 3308 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'],
3308 }, 3309 },
3309 'includes': [ '../build/android/java_cpp_template.gypi' ], 3310 'includes': [ '../build/android/java_cpp_template.gypi' ],
3310 }, 3311 },
3311 ], 3312 ],
3312 }, 3313 },
3313 ], 3314 ],
3314 ], 3315 ],
3315 } 3316 }
OLDNEW
« no previous file with comments | « chrome/browser/web_applications/web_app_win.cc ('k') | ui/app_list/app_list_view_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698