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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 10636019: Adding Application Data dialog for isolated apps (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixes based on review by Bernhard. Created 8 years, 5 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 1319 matching lines...) Expand 10 before | Expand all | Expand 10 after
1330 'browser/jumplist_win.h', 1330 'browser/jumplist_win.h',
1331 'browser/language_usage_metrics.cc', 1331 'browser/language_usage_metrics.cc',
1332 'browser/language_usage_metrics.h', 1332 'browser/language_usage_metrics.h',
1333 'browser/lifetime/application_lifetime.cc', 1333 'browser/lifetime/application_lifetime.cc',
1334 'browser/lifetime/application_lifetime.h', 1334 'browser/lifetime/application_lifetime.h',
1335 'browser/lifetime/application_lifetime_aura.cc', 1335 'browser/lifetime/application_lifetime_aura.cc',
1336 'browser/lifetime/application_lifetime_gtk.cc', 1336 'browser/lifetime/application_lifetime_gtk.cc',
1337 'browser/lifetime/application_lifetime_mac.mm', 1337 'browser/lifetime/application_lifetime_mac.mm',
1338 'browser/lifetime/application_lifetime_stub.cc', 1338 'browser/lifetime/application_lifetime_stub.cc',
1339 'browser/lifetime/application_lifetime_win.cc', 1339 'browser/lifetime/application_lifetime_win.cc',
1340 'browser/local_data_container.cc',
1341 'browser/local_data_container.h',
1340 'browser/mac/dock.h', 1342 'browser/mac/dock.h',
1341 'browser/mac/dock.mm', 1343 'browser/mac/dock.mm',
1342 'browser/mac/install_from_dmg.h', 1344 'browser/mac/install_from_dmg.h',
1343 'browser/mac/install_from_dmg.mm', 1345 'browser/mac/install_from_dmg.mm',
1344 'browser/mac/keychain_reauthorize.h', 1346 'browser/mac/keychain_reauthorize.h',
1345 'browser/mac/keychain_reauthorize.mm', 1347 'browser/mac/keychain_reauthorize.mm',
1346 'browser/mac/keystone_glue.h', 1348 'browser/mac/keystone_glue.h',
1347 'browser/mac/keystone_glue.mm', 1349 'browser/mac/keystone_glue.mm',
1348 'browser/mac/keystone_registration.h', 1350 'browser/mac/keystone_registration.h',
1349 'browser/mac/keystone_registration.mm', 1351 'browser/mac/keystone_registration.mm',
(...skipping 3965 matching lines...) Expand 10 before | Expand all | Expand 10 after
5315 'browser/metrics/proto/study.proto', 5317 'browser/metrics/proto/study.proto',
5316 ], 5318 ],
5317 'variables': { 5319 'variables': {
5318 'proto_in_dir': 'browser/metrics/proto', 5320 'proto_in_dir': 'browser/metrics/proto',
5319 'proto_out_dir': 'chrome/browser/metrics/proto', 5321 'proto_out_dir': 'chrome/browser/metrics/proto',
5320 }, 5322 },
5321 'includes': [ '../build/protoc.gypi' ] 5323 'includes': [ '../build/protoc.gypi' ]
5322 }, 5324 },
5323 ], 5325 ],
5324 } 5326 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698