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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 949293002: Implement a poor man's PostAfterStartupTask() function. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 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/chrome_content_browser_client.cc ('k') | chrome/chrome_tests_unit.gypi » ('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
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 # There are two sections of sources: 12 # There are two sections of sources:
13 # * "Platform"-based sources (OS, toolkit, etc.) 13 # * "Platform"-based sources (OS, toolkit, etc.)
14 # * Feature/directory-based sources (e.g., history, printing) 14 # * Feature/directory-based sources (e.g., history, printing)
15 15
16 ### Platform-based sources ### 16 ### Platform-based sources ###
17 17
18 # The set of sources used on all platforms but iOS that aren't listed in 18 # The set of sources used on all platforms but iOS that aren't listed in
19 # more specific variables below. 19 # more specific variables below.
20 'chrome_browser_non_ios_sources': [ 20 'chrome_browser_non_ios_sources': [
21 'browser/about_flags.cc', 21 'browser/about_flags.cc',
22 'browser/about_flags.h', 22 'browser/about_flags.h',
23 'browser/after_startup_task_utils.cc',
24 'browser/after_startup_task_utils.h',
23 'browser/android/accessibility/font_size_prefs_android.cc', 25 'browser/android/accessibility/font_size_prefs_android.cc',
24 'browser/android/accessibility/font_size_prefs_android.h', 26 'browser/android/accessibility/font_size_prefs_android.h',
25 'browser/android/accessibility_util.cc', 27 'browser/android/accessibility_util.cc',
26 'browser/android/accessibility_util.h', 28 'browser/android/accessibility_util.h',
27 'browser/android/activity_type_id_list.h', 29 'browser/android/activity_type_id_list.h',
28 'browser/android/activity_type_ids.cc', 30 'browser/android/activity_type_ids.cc',
29 'browser/android/activity_type_ids.h', 31 'browser/android/activity_type_ids.h',
30 'browser/android/appmenu/app_menu_drag_helper.cc', 32 'browser/android/appmenu/app_menu_drag_helper.cc',
31 'browser/android/appmenu/app_menu_drag_helper.h', 33 'browser/android/appmenu/app_menu_drag_helper.h',
32 'browser/android/banners/app_banner_data_fetcher_android.cc', 34 'browser/android/banners/app_banner_data_fetcher_android.cc',
(...skipping 3807 matching lines...) Expand 10 before | Expand all | Expand 10 after
3840 'variables': { 3842 'variables': {
3841 'proto_in_dir': 'browser/sync_file_system/drive_backend', 3843 'proto_in_dir': 'browser/sync_file_system/drive_backend',
3842 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', 3844 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend',
3843 }, 3845 },
3844 'includes': [ '../build/protoc.gypi' ] 3846 'includes': [ '../build/protoc.gypi' ]
3845 }, 3847 },
3846 ], 3848 ],
3847 },], 3849 },],
3848 ], 3850 ],
3849 } 3851 }
OLDNEW
« no previous file with comments | « chrome/browser/chrome_content_browser_client.cc ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698