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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 9362001: Unit tests for publishing app shortcuts on Mac (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase/address review comments Created 8 years, 10 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 # 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 4173 matching lines...) Expand 10 before | Expand all | Expand 10 after
4184 'browser/upgrade_detector_impl.h', 4184 'browser/upgrade_detector_impl.h',
4185 'browser/user_style_sheet_watcher.cc', 4185 'browser/user_style_sheet_watcher.cc',
4186 'browser/user_style_sheet_watcher.h', 4186 'browser/user_style_sheet_watcher.h',
4187 'browser/visitedlink/visitedlink_event_listener.cc', 4187 'browser/visitedlink/visitedlink_event_listener.cc',
4188 'browser/visitedlink/visitedlink_event_listener.h', 4188 'browser/visitedlink/visitedlink_event_listener.h',
4189 'browser/visitedlink/visitedlink_master.cc', 4189 'browser/visitedlink/visitedlink_master.cc',
4190 'browser/visitedlink/visitedlink_master.h', 4190 'browser/visitedlink/visitedlink_master.h',
4191 'browser/web_applications/web_app.cc', 4191 'browser/web_applications/web_app.cc',
4192 'browser/web_applications/web_app.h', 4192 'browser/web_applications/web_app.h',
4193 'browser/web_applications/web_app_linux.cc', 4193 'browser/web_applications/web_app_linux.cc',
4194 'browser/web_applications/web_app_mac.h',
4194 'browser/web_applications/web_app_mac.mm', 4195 'browser/web_applications/web_app_mac.mm',
4195 'browser/web_applications/web_app_win.cc', 4196 'browser/web_applications/web_app_win.cc',
4196 'browser/web_resource/notification_promo.cc', 4197 'browser/web_resource/notification_promo.cc',
4197 'browser/web_resource/notification_promo.h', 4198 'browser/web_resource/notification_promo.h',
4198 'browser/web_resource/promo_resource_service.cc', 4199 'browser/web_resource/promo_resource_service.cc',
4199 'browser/web_resource/promo_resource_service.h', 4200 'browser/web_resource/promo_resource_service.h',
4200 'browser/web_resource/web_resource_service.cc', 4201 'browser/web_resource/web_resource_service.cc',
4201 'browser/web_resource/web_resource_service.h', 4202 'browser/web_resource/web_resource_service.h',
4202 'browser/webdata/autocomplete_syncable_service.cc', 4203 'browser/webdata/autocomplete_syncable_service.cc',
4203 'browser/webdata/autocomplete_syncable_service.h', 4204 'browser/webdata/autocomplete_syncable_service.h',
(...skipping 1339 matching lines...) Expand 10 before | Expand all | Expand 10 after
5543 'type': 'static_library', 5544 'type': 'static_library',
5544 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], 5545 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ],
5545 'variables': { 5546 'variables': {
5546 'proto_in_dir': 'browser/history', 5547 'proto_in_dir': 'browser/history',
5547 'proto_out_dir': 'chrome/browser/history', 5548 'proto_out_dir': 'chrome/browser/history',
5548 }, 5549 },
5549 'includes': [ '../build/protoc.gypi' ] 5550 'includes': [ '../build/protoc.gypi' ]
5550 }, 5551 },
5551 ], 5552 ],
5552 } 5553 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698