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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 10536017: Refactoring CookiesTreeModel to support multiple data sources. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixes for commes by James and Evan. Created 8 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/ui/webui/options2/cookies_view_handler2.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 1315 matching lines...) Expand 10 before | Expand all | Expand 10 after
1326 'browser/jumplist_win.h', 1326 'browser/jumplist_win.h',
1327 'browser/language_usage_metrics.cc', 1327 'browser/language_usage_metrics.cc',
1328 'browser/language_usage_metrics.h', 1328 'browser/language_usage_metrics.h',
1329 'browser/lifetime/application_lifetime.cc', 1329 'browser/lifetime/application_lifetime.cc',
1330 'browser/lifetime/application_lifetime.h', 1330 'browser/lifetime/application_lifetime.h',
1331 'browser/lifetime/application_lifetime_aura.cc', 1331 'browser/lifetime/application_lifetime_aura.cc',
1332 'browser/lifetime/application_lifetime_gtk.cc', 1332 'browser/lifetime/application_lifetime_gtk.cc',
1333 'browser/lifetime/application_lifetime_mac.mm', 1333 'browser/lifetime/application_lifetime_mac.mm',
1334 'browser/lifetime/application_lifetime_stub.cc', 1334 'browser/lifetime/application_lifetime_stub.cc',
1335 'browser/lifetime/application_lifetime_win.cc', 1335 'browser/lifetime/application_lifetime_win.cc',
1336 'browser/local_data_container.cc',
1337 'browser/local_data_container.h',
1336 'browser/mac/dock.h', 1338 'browser/mac/dock.h',
1337 'browser/mac/dock.mm', 1339 'browser/mac/dock.mm',
1338 'browser/mac/install_from_dmg.h', 1340 'browser/mac/install_from_dmg.h',
1339 'browser/mac/install_from_dmg.mm', 1341 'browser/mac/install_from_dmg.mm',
1340 'browser/mac/keychain_reauthorize.h', 1342 'browser/mac/keychain_reauthorize.h',
1341 'browser/mac/keychain_reauthorize.mm', 1343 'browser/mac/keychain_reauthorize.mm',
1342 'browser/mac/keystone_glue.h', 1344 'browser/mac/keystone_glue.h',
1343 'browser/mac/keystone_glue.mm', 1345 'browser/mac/keystone_glue.mm',
1344 'browser/mac/keystone_registration.h', 1346 'browser/mac/keystone_registration.h',
1345 'browser/mac/keystone_registration.mm', 1347 'browser/mac/keystone_registration.mm',
(...skipping 3908 matching lines...) Expand 10 before | Expand all | Expand 10 after
5254 'browser/metrics/proto/study.proto', 5256 'browser/metrics/proto/study.proto',
5255 ], 5257 ],
5256 'variables': { 5258 'variables': {
5257 'proto_in_dir': 'browser/metrics/proto', 5259 'proto_in_dir': 'browser/metrics/proto',
5258 'proto_out_dir': 'chrome/browser/metrics/proto', 5260 'proto_out_dir': 'chrome/browser/metrics/proto',
5259 }, 5261 },
5260 'includes': [ '../build/protoc.gypi' ] 5262 'includes': [ '../build/protoc.gypi' ]
5261 }, 5263 },
5262 ], 5264 ],
5263 } 5265 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/options2/cookies_view_handler2.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698