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

Side by Side Diff: chrome/chrome_common.gypi

Issue 11000016: Move forms/ out of webkit/. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Response to review Created 8 years, 2 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 | « chrome/chrome_browser.gypi ('k') | chrome/common/DEPS » ('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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'common', 8 'target_name': 'common',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 10 'variables': {
(...skipping 200 matching lines...) Expand 10 before | Expand all | Expand 10 after
211 'common/extensions/user_script.cc', 211 'common/extensions/user_script.cc',
212 'common/extensions/user_script.h', 212 'common/extensions/user_script.h',
213 'common/extensions/value_counter.cc', 213 'common/extensions/value_counter.cc',
214 'common/extensions/value_counter.h', 214 'common/extensions/value_counter.h',
215 'common/extensions/api/extension_api.cc', 215 'common/extensions/api/extension_api.cc',
216 'common/extensions/api/extension_api.h', 216 'common/extensions/api/extension_api.h',
217 'common/external_ipc_fuzzer.h', 217 'common/external_ipc_fuzzer.h',
218 'common/external_ipc_fuzzer.cc', 218 'common/external_ipc_fuzzer.cc',
219 'common/favicon_url.cc', 219 'common/favicon_url.cc',
220 'common/favicon_url.h', 220 'common/favicon_url.h',
221 'common/form_data.cc',
222 'common/form_data.h',
223 'common/form_data_predictions.cc',
224 'common/form_data_predictions.h',
225 'common/form_field_data.cc',
226 'common/form_field_data.h',
227 'common/form_field_data_predictions.cc',
228 'common/form_field_data_predictions.h',
221 'common/icon_messages.h', 229 'common/icon_messages.h',
222 'common/important_file_writer.cc', 230 'common/important_file_writer.cc',
223 'common/important_file_writer.h', 231 'common/important_file_writer.h',
224 'common/instant_types.cc', 232 'common/instant_types.cc',
225 'common/instant_types.h', 233 'common/instant_types.h',
226 'common/json_pref_store.cc', 234 'common/json_pref_store.cc',
227 'common/json_pref_store.h', 235 'common/json_pref_store.h',
228 'common/json_schema_constants.cc', 236 'common/json_schema_constants.cc',
229 'common/json_schema_constants.h', 237 'common/json_schema_constants.h',
230 'common/json_schema_validator.cc', 238 'common/json_schema_validator.cc',
(...skipping 29 matching lines...) Expand all
260 'common/multi_process_lock.h', 268 'common/multi_process_lock.h',
261 'common/multi_process_lock_linux.cc', 269 'common/multi_process_lock_linux.cc',
262 'common/multi_process_lock_mac.cc', 270 'common/multi_process_lock_mac.cc',
263 'common/multi_process_lock_win.cc', 271 'common/multi_process_lock_win.cc',
264 'common/nacl_cmd_line.cc', 272 'common/nacl_cmd_line.cc',
265 'common/nacl_cmd_line.h', 273 'common/nacl_cmd_line.h',
266 'common/nacl_messages.cc', 274 'common/nacl_messages.cc',
267 'common/nacl_messages.h', 275 'common/nacl_messages.h',
268 'common/nacl_types.cc', 276 'common/nacl_types.cc',
269 'common/nacl_types.h', 277 'common/nacl_types.h',
278 'common/password_form_fill_data.cc',
279 'common/password_form_fill_data.h',
270 'common/password_generation_util.cc', 280 'common/password_generation_util.cc',
271 'common/password_generation_util.h', 281 'common/password_generation_util.h',
272 'common/pepper_flash.cc', 282 'common/pepper_flash.cc',
273 'common/pepper_flash.h', 283 'common/pepper_flash.h',
274 'common/persistent_pref_store.h', 284 'common/persistent_pref_store.h',
275 'common/pref_store.cc', 285 'common/pref_store.cc',
276 'common/pref_store.h', 286 'common/pref_store.h',
277 'common/print_messages.cc', 287 'common/print_messages.cc',
278 'common/print_messages.h', 288 'common/print_messages.h',
279 'common/profiling.cc', 289 'common/profiling.cc',
(...skipping 256 matching lines...) Expand 10 before | Expand all | Expand 10 after
536 'common/metrics/proto/user_action_event.proto', 546 'common/metrics/proto/user_action_event.proto',
537 ], 547 ],
538 'variables': { 548 'variables': {
539 'proto_in_dir': 'common/metrics/proto', 549 'proto_in_dir': 'common/metrics/proto',
540 'proto_out_dir': 'chrome/common/metrics/proto', 550 'proto_out_dir': 'chrome/common/metrics/proto',
541 }, 551 },
542 'includes': [ '../build/protoc.gypi' ], 552 'includes': [ '../build/protoc.gypi' ],
543 }, 553 },
544 ], 554 ],
545 } 555 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/common/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698