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

Side by Side Diff: chrome/chrome_common.gypi

Issue 1128453004: Embed a simple Mojo shell in content (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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
OLDNEW
1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 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 # File lists shared with GN build. 7 # File lists shared with GN build.
8 'chrome_common_sources': [ 8 'chrome_common_sources': [
9 'common/all_messages.h', 9 'common/all_messages.h',
10 'common/application_urls.cc',
11 'common/application_urls.h',
10 'common/attrition_experiments.h', 12 'common/attrition_experiments.h',
11 'common/auto_start_linux.cc', 13 'common/auto_start_linux.cc',
12 'common/auto_start_linux.h', 14 'common/auto_start_linux.h',
13 'common/badge_util.cc', 15 'common/badge_util.cc',
14 'common/badge_util.h', 16 'common/badge_util.h',
15 'common/child_process_logging.h', 17 'common/child_process_logging.h',
16 'common/child_process_logging_win.cc', 18 'common/child_process_logging_win.cc',
17 'common/chrome_content_client.cc', 19 'common/chrome_content_client.cc',
18 'common/chrome_content_client.h', 20 'common/chrome_content_client.h',
19 'common/chrome_content_client_constants.cc', 21 'common/chrome_content_client_constants.cc',
(...skipping 650 matching lines...) Expand 10 before | Expand all | Expand 10 after
670 'common/safe_browsing/csd.proto' 672 'common/safe_browsing/csd.proto'
671 ], 673 ],
672 'variables': { 674 'variables': {
673 'proto_in_dir': 'common/safe_browsing', 675 'proto_in_dir': 'common/safe_browsing',
674 'proto_out_dir': 'chrome/common/safe_browsing', 676 'proto_out_dir': 'chrome/common/safe_browsing',
675 }, 677 },
676 'includes': [ '../build/protoc.gypi' ], 678 'includes': [ '../build/protoc.gypi' ],
677 }, 679 },
678 ], 680 ],
679 } 681 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698