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

Side by Side Diff: chrome/chrome_common.gypi

Issue 7278002: Fix build files for SafeBrowsing protocol buffers. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 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 | Annotate | Revision Log
« no previous file with comments | « chrome/chrome_browser.gypi ('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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 330 matching lines...) Expand 10 before | Expand all | Expand 10 after
341 ['remoting==1', { 341 ['remoting==1', {
342 'dependencies': [ 342 'dependencies': [
343 '../remoting/remoting.gyp:remoting_client_plugin', 343 '../remoting/remoting.gyp:remoting_client_plugin',
344 ], 344 ],
345 }], 345 }],
346 ], 346 ],
347 'export_dependent_settings': [ 347 'export_dependent_settings': [
348 '../app/app.gyp:app_base', 348 '../app/app.gyp:app_base',
349 '../base/base.gyp:base', 349 '../base/base.gyp:base',
350 '../third_party/protobuf/protobuf.gyp:protobuf_lite', 350 '../third_party/protobuf/protobuf.gyp:protobuf_lite',
351 'safe_browsing_csd_proto',
352 'safe_browsing_proto',
351 ], 353 ],
352 }, 354 },
353 { 355 {
354 'target_name': 'common_net', 356 'target_name': 'common_net',
355 'type': 'static_library', 357 'type': 'static_library',
356 'sources': [ 358 'sources': [
357 'common/net/http_return.h', 359 'common/net/http_return.h',
358 'common/net/net_resource_provider.cc', 360 'common/net/net_resource_provider.cc',
359 'common/net/net_resource_provider.h', 361 'common/net/net_resource_provider.h',
360 'common/net/predictor_common.h', 362 'common/net/predictor_common.h',
(...skipping 210 matching lines...) Expand 10 before | Expand all | Expand 10 after
571 'configurations': { 573 'configurations': {
572 'Common_Base': { 574 'Common_Base': {
573 'msvs_target_platform': 'x64', 575 'msvs_target_platform': 'x64',
574 }, 576 },
575 }, 577 },
576 }, 578 },
577 ], 579 ],
578 }], 580 }],
579 ], 581 ],
580 } 582 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698