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

Side by Side Diff: content/content_shell.gypi

Issue 10669009: Add ShellAccessTokenStore to content_shell (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Remove OVERRIDE from destructor. 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
« no previous file with comments | « no previous file | content/shell/geolocation/shell_access_token_store.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 (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 'variables': { 6 'variables': {
7 'content_shell_product_name': 'Content Shell', 7 'content_shell_product_name': 'Content Shell',
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 28 matching lines...) Expand all
39 '../webkit/support/webkit_support.gyp:appcache', 39 '../webkit/support/webkit_support.gyp:appcache',
40 '../webkit/support/webkit_support.gyp:database', 40 '../webkit/support/webkit_support.gyp:database',
41 '../webkit/support/webkit_support.gyp:fileapi', 41 '../webkit/support/webkit_support.gyp:fileapi',
42 '../webkit/support/webkit_support.gyp:glue', 42 '../webkit/support/webkit_support.gyp:glue',
43 '../webkit/support/webkit_support.gyp:quota', 43 '../webkit/support/webkit_support.gyp:quota',
44 ], 44 ],
45 'include_dirs': [ 45 'include_dirs': [
46 '..', 46 '..',
47 ], 47 ],
48 'sources': [ 48 'sources': [
49 'shell/geolocation/shell_access_token_store.cc',
50 'shell/geolocation/shell_access_token_store.h',
49 'shell/layout_test_controller.cc', 51 'shell/layout_test_controller.cc',
50 'shell/layout_test_controller.h', 52 'shell/layout_test_controller.h',
51 'shell/layout_test_controller_bindings.cc', 53 'shell/layout_test_controller_bindings.cc',
52 'shell/layout_test_controller_bindings.h', 54 'shell/layout_test_controller_bindings.h',
53 'shell/layout_test_controller_host.cc', 55 'shell/layout_test_controller_host.cc',
54 'shell/layout_test_controller_host.h', 56 'shell/layout_test_controller_host.h',
55 'shell/paths_mac.h', 57 'shell/paths_mac.h',
56 'shell/paths_mac.mm', 58 'shell/paths_mac.mm',
57 'shell/shell.cc', 59 'shell/shell.cc',
58 'shell/shell.h', 60 'shell/shell.h',
(...skipping 514 matching lines...) Expand 10 before | Expand all | Expand 10 after
573 '-buildfile', 575 '-buildfile',
574 '<(DEPTH)/content/shell/android/content_shell_apk.xml', 576 '<(DEPTH)/content/shell/android/content_shell_apk.xml',
575 ] 577 ]
576 } 578 }
577 ], 579 ],
578 }, 580 },
579 ], 581 ],
580 }], # OS=="android" 582 }], # OS=="android"
581 ] 583 ]
582 } 584 }
OLDNEW
« no previous file with comments | « no previous file | content/shell/geolocation/shell_access_token_store.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698