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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 533173003: Add missing newline in chrome_browser.gypi. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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 | « no previous file | 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 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
11 # These variables are so the file lists can be shared with the GN build. 11 # These variables are so the file lists can be shared with the GN build.
12 'chrome_browser_non_ios_sources': [ 12 'chrome_browser_non_ios_sources': [
13 'browser/about_flags.cc', 13 'browser/about_flags.cc',
14 'browser/about_flags.h', 14 'browser/about_flags.h',
15 'browser/android/accessibility/font_size_prefs_android.cc', 15 'browser/android/accessibility/font_size_prefs_android.cc',
16 'browser/android/accessibility/font_size_prefs_android.h', 'browser/a ndroid/accessibility_util.cc', 16 'browser/android/accessibility/font_size_prefs_android.h',
17 'browser/android/accessibility_util.cc',
17 'browser/android/accessibility_util.h', 18 'browser/android/accessibility_util.h',
18 'browser/android/activity_type_id_list.h', 19 'browser/android/activity_type_id_list.h',
19 'browser/android/activity_type_ids.cc', 20 'browser/android/activity_type_ids.cc',
20 'browser/android/activity_type_ids.h', 21 'browser/android/activity_type_ids.h',
21 'browser/android/banners/app_banner_manager.cc', 22 'browser/android/banners/app_banner_manager.cc',
22 'browser/android/banners/app_banner_manager.h', 23 'browser/android/banners/app_banner_manager.h',
23 'browser/android/banners/app_banner_metrics_id_list.h', 24 'browser/android/banners/app_banner_metrics_id_list.h',
24 'browser/android/banners/app_banner_metrics_ids.h', 25 'browser/android/banners/app_banner_metrics_ids.h',
25 'browser/android/banners/app_banner_settings_helper.cc', 26 'browser/android/banners/app_banner_settings_helper.cc',
26 'browser/android/banners/app_banner_settings_helper.h', 27 'browser/android/banners/app_banner_settings_helper.h',
(...skipping 3545 matching lines...) Expand 10 before | Expand all | Expand 10 after
3572 'variables': { 3573 'variables': {
3573 'proto_in_dir': 'browser/sync_file_system/drive_backend', 3574 'proto_in_dir': 'browser/sync_file_system/drive_backend',
3574 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', 3575 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend',
3575 }, 3576 },
3576 'includes': [ '../build/protoc.gypi' ] 3577 'includes': [ '../build/protoc.gypi' ]
3577 }, 3578 },
3578 ], 3579 ],
3579 },], 3580 },],
3580 ], 3581 ],
3581 } 3582 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698