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

Side by Side Diff: chrome/chrome.gyp

Issue 9712: AppCachePlumbing (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 8 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) 2009 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2009 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 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'includes': [ 9 'includes': [
10 '../build/common.gypi', 10 '../build/common.gypi',
(...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after
124 'common/gfx/text_elider.cc', 124 'common/gfx/text_elider.cc',
125 'common/gfx/text_elider.h', 125 'common/gfx/text_elider.h',
126 'common/gfx/utils.h', 126 'common/gfx/utils.h',
127 'common/net/cookie_monster_sqlite.cc', 127 'common/net/cookie_monster_sqlite.cc',
128 'common/net/cookie_monster_sqlite.h', 128 'common/net/cookie_monster_sqlite.h',
129 'common/net/dns.h', 129 'common/net/dns.h',
130 'common/net/url_request_intercept_job.cc', 130 'common/net/url_request_intercept_job.cc',
131 'common/net/url_request_intercept_job.h', 131 'common/net/url_request_intercept_job.h',
132 'common/animation.cc', 132 'common/animation.cc',
133 'common/animation.h', 133 'common/animation.h',
134 'common/app_cache/app_cache_context_impl.cc',
135 'common/app_cache/app_cache_context_impl.h',
136 'common/app_cache/app_cache_dispatcher.cc',
137 'common/app_cache/app_cache_dispatcher.h',
138 'common/app_cache/app_cache_dispatcher_host.cc',
139 'common/app_cache/app_cache_dispatcher_host.h',
134 'common/bindings_policy.h', 140 'common/bindings_policy.h',
135 'common/child_process.cc', 141 'common/child_process.cc',
136 'common/child_process.h', 142 'common/child_process.h',
137 'common/child_process_host.cc', 143 'common/child_process_host.cc',
138 'common/child_process_host.h', 144 'common/child_process_host.h',
139 'common/child_process_info.cc', 145 'common/child_process_info.cc',
140 'common/child_process_info.h', 146 'common/child_process_info.h',
141 'common/child_thread.cc', 147 'common/child_thread.cc',
142 'common/child_thread.h', 148 'common/child_thread.h',
143 'common/chrome_constants.cc', 149 'common/chrome_constants.cc',
(...skipping 2687 matching lines...) Expand 10 before | Expand all | Expand 10 after
2831 '../tools/code_coverage/coverage_posix.py', 2837 '../tools/code_coverage/coverage_posix.py',
2832 '--directory', 2838 '--directory',
2833 '<(PRODUCT_DIR)' ], 2839 '<(PRODUCT_DIR)' ],
2834 }, 2840 },
2835 ], # 'actions' 2841 ], # 'actions'
2836 }, 2842 },
2837 ] 2843 ]
2838 }], 2844 }],
2839 ], # 'conditions' 2845 ], # 'conditions'
2840 } 2846 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698