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

Side by Side Diff: chrome/chrome_common.gypi

Issue 1045433002: Migrate ChromeOS to base::MemoryPressureMonitor (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: cleanup/fixes 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
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/attrition_experiments.h', 10 'common/attrition_experiments.h',
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
72 'common/mac/cfbundle_blocker.h', 72 'common/mac/cfbundle_blocker.h',
73 'common/mac/cfbundle_blocker.mm', 73 'common/mac/cfbundle_blocker.mm',
74 'common/mac/launchd.h', 74 'common/mac/launchd.h',
75 'common/mac/launchd.mm', 75 'common/mac/launchd.mm',
76 'common/mac/objc_zombie.h', 76 'common/mac/objc_zombie.h',
77 'common/mac/objc_zombie.mm', 77 'common/mac/objc_zombie.mm',
78 'common/media/webrtc_logging_message_data.cc', 78 'common/media/webrtc_logging_message_data.cc',
79 'common/media/webrtc_logging_message_data.h', 79 'common/media/webrtc_logging_message_data.h',
80 'common/media/webrtc_logging_messages.h', 80 'common/media/webrtc_logging_messages.h',
81 'common/media_galleries/metadata_types.h', 81 'common/media_galleries/metadata_types.h',
82 'common/memory_pressure_monitor_chromeos.cc',
83 'common/memory_pressure_monitor_chromeos.h',
82 'common/multi_process_lock.h', 84 'common/multi_process_lock.h',
83 'common/multi_process_lock_linux.cc', 85 'common/multi_process_lock_linux.cc',
84 'common/multi_process_lock_mac.cc', 86 'common/multi_process_lock_mac.cc',
85 'common/multi_process_lock_win.cc', 87 'common/multi_process_lock_win.cc',
86 'common/omnibox_focus_state.h', 88 'common/omnibox_focus_state.h',
87 'common/partial_circular_buffer.cc', 89 'common/partial_circular_buffer.cc',
88 'common/partial_circular_buffer.h', 90 'common/partial_circular_buffer.h',
89 'common/pref_names_util.cc', 91 'common/pref_names_util.cc',
90 'common/pref_names_util.h', 92 'common/pref_names_util.h',
91 'common/prerender_types.h', 93 'common/prerender_types.h',
(...skipping 602 matching lines...) Expand 10 before | Expand all | Expand 10 after
694 'common/safe_browsing/csd.proto' 696 'common/safe_browsing/csd.proto'
695 ], 697 ],
696 'variables': { 698 'variables': {
697 'proto_in_dir': 'common/safe_browsing', 699 'proto_in_dir': 'common/safe_browsing',
698 'proto_out_dir': 'chrome/common/safe_browsing', 700 'proto_out_dir': 'chrome/common/safe_browsing',
699 }, 701 },
700 'includes': [ '../build/protoc.gypi' ], 702 'includes': [ '../build/protoc.gypi' ],
701 }, 703 },
702 ], 704 ],
703 } 705 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698