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

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: Properly done JavaScript and CSS. 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 1321 matching lines...) Expand 10 before | Expand all | Expand 10 after
1332 'browser/jumplist_win.h', 1332 'browser/jumplist_win.h',
1333 'browser/language_usage_metrics.cc', 1333 'browser/language_usage_metrics.cc',
1334 'browser/language_usage_metrics.h', 1334 'browser/language_usage_metrics.h',
1335 'browser/lifetime/application_lifetime.cc', 1335 'browser/lifetime/application_lifetime.cc',
1336 'browser/lifetime/application_lifetime.h', 1336 'browser/lifetime/application_lifetime.h',
1337 'browser/lifetime/application_lifetime_aura.cc', 1337 'browser/lifetime/application_lifetime_aura.cc',
1338 'browser/lifetime/application_lifetime_gtk.cc', 1338 'browser/lifetime/application_lifetime_gtk.cc',
1339 'browser/lifetime/application_lifetime_mac.mm', 1339 'browser/lifetime/application_lifetime_mac.mm',
1340 'browser/lifetime/application_lifetime_stub.cc', 1340 'browser/lifetime/application_lifetime_stub.cc',
1341 'browser/lifetime/application_lifetime_win.cc', 1341 'browser/lifetime/application_lifetime_win.cc',
1342 'browser/local_data_container.cc',
1343 'browser/local_data_container.h',
1342 'browser/mac/dock.h', 1344 'browser/mac/dock.h',
1343 'browser/mac/dock.mm', 1345 'browser/mac/dock.mm',
1344 'browser/mac/install_from_dmg.h', 1346 'browser/mac/install_from_dmg.h',
1345 'browser/mac/install_from_dmg.mm', 1347 'browser/mac/install_from_dmg.mm',
1346 'browser/mac/keychain_reauthorize.h', 1348 'browser/mac/keychain_reauthorize.h',
1347 'browser/mac/keychain_reauthorize.mm', 1349 'browser/mac/keychain_reauthorize.mm',
1348 'browser/mac/keystone_glue.h', 1350 'browser/mac/keystone_glue.h',
1349 'browser/mac/keystone_glue.mm', 1351 'browser/mac/keystone_glue.mm',
1350 'browser/mac/keystone_registration.h', 1352 'browser/mac/keystone_registration.h',
1351 'browser/mac/keystone_registration.mm', 1353 'browser/mac/keystone_registration.mm',
(...skipping 3970 matching lines...) Expand 10 before | Expand all | Expand 10 after
5322 'browser/metrics/proto/study.proto', 5324 'browser/metrics/proto/study.proto',
5323 ], 5325 ],
5324 'variables': { 5326 'variables': {
5325 'proto_in_dir': 'browser/metrics/proto', 5327 'proto_in_dir': 'browser/metrics/proto',
5326 'proto_out_dir': 'chrome/browser/metrics/proto', 5328 'proto_out_dir': 'chrome/browser/metrics/proto',
5327 }, 5329 },
5328 'includes': [ '../build/protoc.gypi' ] 5330 'includes': [ '../build/protoc.gypi' ]
5329 }, 5331 },
5330 ], 5332 ],
5331 } 5333 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698