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

Side by Side Diff: chrome/chrome_common.gypi

Issue 3297011: Removes indexed_db_param_traits.h depedencies on WebKit headers. (Closed)
Patch Set: Comments Created 10 years, 3 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/browser/utility_process_host.cc ('k') | chrome/common/indexed_db_param_traits.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) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 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 'target_defaults': { 6 'target_defaults': {
7 'variables': { 7 'variables': {
8 'chrome_common_target': 0, 8 'chrome_common_target': 0,
9 }, 9 },
10 'target_conditions': [ 10 'target_conditions': [
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
61 'common/gpu_info.h', 61 'common/gpu_info.h',
62 'common/gpu_info.cc', 62 'common/gpu_info.cc',
63 'common/gpu_messages.cc', 63 'common/gpu_messages.cc',
64 'common/gpu_messages.h', 64 'common/gpu_messages.h',
65 'common/gpu_messages_internal.h', 65 'common/gpu_messages_internal.h',
66 'common/gpu_param_traits.h', 66 'common/gpu_param_traits.h',
67 'common/gpu_video_common.cc', 67 'common/gpu_video_common.cc',
68 'common/gpu_video_common.h', 68 'common/gpu_video_common.h',
69 'common/indexed_db_key.cc', 69 'common/indexed_db_key.cc',
70 'common/indexed_db_key.h', 70 'common/indexed_db_key.h',
71 'common/indexed_db_param_traits.cc',
72 'common/indexed_db_param_traits.h',
71 'common/logging_chrome.cc', 73 'common/logging_chrome.cc',
72 'common/logging_chrome.h', 74 'common/logging_chrome.h',
73 'common/main_function_params.h', 75 'common/main_function_params.h',
74 'common/message_router.cc', 76 'common/message_router.cc',
75 'common/message_router.h', 77 'common/message_router.h',
76 'common/metrics_helpers.cc', 78 'common/metrics_helpers.cc',
77 'common/metrics_helpers.h', 79 'common/metrics_helpers.h',
78 'common/nacl_cmd_line.cc', 80 'common/nacl_cmd_line.cc',
79 'common/nacl_cmd_line.h', 81 'common/nacl_cmd_line.h',
80 'common/nacl_messages.cc', 82 'common/nacl_messages.cc',
(...skipping 422 matching lines...) Expand 10 before | Expand all | Expand 10 after
503 'configurations': { 505 'configurations': {
504 'Common_Base': { 506 'Common_Base': {
505 'msvs_target_platform': 'x64', 507 'msvs_target_platform': 'x64',
506 }, 508 },
507 }, 509 },
508 }, 510 },
509 ], 511 ],
510 }], 512 }],
511 ], 513 ],
512 } 514 }
OLDNEW
« no previous file with comments | « chrome/browser/utility_process_host.cc ('k') | chrome/common/indexed_db_param_traits.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698