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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 362583002: Add more GN deps to the build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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/browser/search/suggestions/proto/BUILD.gn ('k') | chrome/chrome_resources.gyp » ('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 2012 The Chromium Authors. All rights reserved. 1 # Copyright 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 # All .cc, .h, .m, and .mm files under browser except for: 7 # All .cc, .h, .m, and .mm files under browser except for:
8 # * tests and mocks. 8 # * tests and mocks.
9 # * code below browser/chromeos 9 # * code below browser/chromeos
10 # * code below browser/extensions 10 # * code below browser/extensions
(...skipping 3404 matching lines...) Expand 10 before | Expand all | Expand 10 after
3415 'type': 'static_library', 3415 'type': 'static_library',
3416 'sources': [ 'browser/net/cert_logger.proto', ], 3416 'sources': [ 'browser/net/cert_logger.proto', ],
3417 'variables': { 3417 'variables': {
3418 'proto_in_dir': 'browser/net', 3418 'proto_in_dir': 'browser/net',
3419 'proto_out_dir': 'chrome/browser/net', 3419 'proto_out_dir': 'chrome/browser/net',
3420 }, 3420 },
3421 'includes': [ '../build/protoc.gypi', ], 3421 'includes': [ '../build/protoc.gypi', ],
3422 }, 3422 },
3423 { 3423 {
3424 # Protobuf compiler / generator for the suggestions service proto. 3424 # Protobuf compiler / generator for the suggestions service proto.
3425 # GN version: //chrome/browser/search/suggestions/proto
3425 'target_name': 'suggestions_proto', 3426 'target_name': 'suggestions_proto',
3426 'type': 'static_library', 3427 'type': 'static_library',
3427 'sources': [ 'browser/search/suggestions/proto/suggestions.proto', ], 3428 'sources': [ 'browser/search/suggestions/proto/suggestions.proto', ],
3428 'variables': { 3429 'variables': {
3429 'proto_in_dir': 'browser/search/suggestions/proto', 3430 'proto_in_dir': 'browser/search/suggestions/proto',
3430 'proto_out_dir': 'chrome/browser/search/suggestions/proto', 3431 'proto_out_dir': 'chrome/browser/search/suggestions/proto',
3431 }, 3432 },
3432 'includes': [ '../build/protoc.gypi', ], 3433 'includes': [ '../build/protoc.gypi', ],
3433 }, 3434 },
3434 { 3435 {
3435 # Protobuf compiler / generator for Probe Message. 3436 # Protobuf compiler / generator for Probe Message.
3437 # GN version: //chrome/browser/net:probe_message_proto
3436 'target_name': 'probe_message_proto', 3438 'target_name': 'probe_message_proto',
3437 'type': 'static_library', 3439 'type': 'static_library',
3438 'sources': [ 'browser/net/probe_message.proto' ], 3440 'sources': [ 'browser/net/probe_message.proto' ],
3439 'variables': { 3441 'variables': {
3440 'proto_in_dir': 'browser/net', 3442 'proto_in_dir': 'browser/net',
3441 'proto_out_dir': 'chrome/browser/net', 3443 'proto_out_dir': 'chrome/browser/net',
3442 }, 3444 },
3443 'includes': [ '../build/protoc.gypi' ] 3445 'includes': [ '../build/protoc.gypi' ]
3444 }, 3446 },
3445 { 3447 {
(...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after
3587 'package_name': 'org/chromium/chrome/browser', 3589 'package_name': 'org/chromium/chrome/browser',
3588 'template_deps': ['browser/android/tab_load_status.h'], 3590 'template_deps': ['browser/android/tab_load_status.h'],
3589 }, 3591 },
3590 'includes': [ '../build/android/java_cpp_template.gypi' ], 3592 'includes': [ '../build/android/java_cpp_template.gypi' ],
3591 }, 3593 },
3592 ], 3594 ],
3593 }, 3595 },
3594 ], 3596 ],
3595 ], 3597 ],
3596 } 3598 }
OLDNEW
« no previous file with comments | « chrome/browser/search/suggestions/proto/BUILD.gn ('k') | chrome/chrome_resources.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698