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

Side by Side Diff: chrome/chrome_browser_chromeos.gypi

Issue 14727005: Moves LowMemoryObserver into chromeos and renames (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 35? Created 7 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 | Annotate | Revision Log
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # 2 #
3 # Use of this source code is governed by a BSD-style license that can be 3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file. 4 # found in the LICENSE file.
5 5
6 { 6 {
7 'targets': [ 7 'targets': [
8 { 8 {
9 'target_name': 'browser_chromeos', 9 'target_name': 'browser_chromeos',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 29 matching lines...) Expand all
40 'drive_proto', 40 'drive_proto',
41 'feedback_proto', 41 'feedback_proto',
42 'in_memory_url_index_cache_proto', 42 'in_memory_url_index_cache_proto',
43 'installer_util', 43 'installer_util',
44 'safe_browsing_proto', 44 'safe_browsing_proto',
45 'safe_browsing_report_proto', 45 'safe_browsing_report_proto',
46 'variations_seed_proto', 46 'variations_seed_proto',
47 '../build/linux/system.gyp:dbus', 47 '../build/linux/system.gyp:dbus',
48 '../build/temp_gyp/googleurl.gyp:googleurl', 48 '../build/temp_gyp/googleurl.gyp:googleurl',
49 '../chromeos/chromeos.gyp:chromeos', 49 '../chromeos/chromeos.gyp:chromeos',
50 '../chromeos/chromeos.gyp:chromeos_memory',
James Cook 2013/05/02 18:28:25 Why does this need to be its own module, with its
50 '../content/content.gyp:content_browser', 51 '../content/content.gyp:content_browser',
51 '../content/content.gyp:content_common', 52 '../content/content.gyp:content_common',
52 '../chromeos/ime/input_method.gyp:gencode', 53 '../chromeos/ime/input_method.gyp:gencode',
53 '../crypto/crypto.gyp:crypto', 54 '../crypto/crypto.gyp:crypto',
54 '../dbus/dbus.gyp:dbus', 55 '../dbus/dbus.gyp:dbus',
55 '../device/device.gyp:device_bluetooth', 56 '../device/device.gyp:device_bluetooth',
56 '../media/media.gyp:media', 57 '../media/media.gyp:media',
57 '../net/net.gyp:net', 58 '../net/net.gyp:net',
58 '../ppapi/ppapi_internal.gyp:ppapi_ipc', # For PpapiMsg_LoadPlugin 59 '../ppapi/ppapi_internal.gyp:ppapi_ipc', # For PpapiMsg_LoadPlugin
59 '../printing/printing.gyp:printing', 60 '../printing/printing.gyp:printing',
(...skipping 472 matching lines...) Expand 10 before | Expand all | Expand 10 after
532 'browser/chromeos/login/webui_login_display.cc', 533 'browser/chromeos/login/webui_login_display.cc',
533 'browser/chromeos/login/webui_login_display.h', 534 'browser/chromeos/login/webui_login_display.h',
534 'browser/chromeos/login/webui_login_view.cc', 535 'browser/chromeos/login/webui_login_view.cc',
535 'browser/chromeos/login/webui_login_view.h', 536 'browser/chromeos/login/webui_login_view.h',
536 'browser/chromeos/login/webui_screen_locker.cc', 537 'browser/chromeos/login/webui_screen_locker.cc',
537 'browser/chromeos/login/webui_screen_locker.h', 538 'browser/chromeos/login/webui_screen_locker.h',
538 'browser/chromeos/login/wizard_controller.cc', 539 'browser/chromeos/login/wizard_controller.cc',
539 'browser/chromeos/login/wizard_controller.h', 540 'browser/chromeos/login/wizard_controller.h',
540 'browser/chromeos/media/media_player.cc', 541 'browser/chromeos/media/media_player.cc',
541 'browser/chromeos/media/media_player.h', 542 'browser/chromeos/media/media_player.h',
542 'browser/chromeos/memory/low_memory_observer.cc',
543 'browser/chromeos/memory/low_memory_observer.h',
544 'browser/chromeos/memory/oom_priority_manager.cc', 543 'browser/chromeos/memory/oom_priority_manager.cc',
545 'browser/chromeos/memory/oom_priority_manager.h', 544 'browser/chromeos/memory/oom_priority_manager.h',
546 'browser/chromeos/mobile/mobile_activator.cc', 545 'browser/chromeos/mobile/mobile_activator.cc',
547 'browser/chromeos/mobile/mobile_activator.h', 546 'browser/chromeos/mobile/mobile_activator.h',
548 'browser/chromeos/mobile_config.cc', 547 'browser/chromeos/mobile_config.cc',
549 'browser/chromeos/mobile_config.h', 548 'browser/chromeos/mobile_config.h',
550 'browser/chromeos/net/connectivity_state_helper.cc', 549 'browser/chromeos/net/connectivity_state_helper.cc',
551 'browser/chromeos/net/connectivity_state_helper.h', 550 'browser/chromeos/net/connectivity_state_helper.h',
552 'browser/chromeos/net/connectivity_state_helper_observer.h', 551 'browser/chromeos/net/connectivity_state_helper_observer.h',
553 'browser/chromeos/net/cros_network_change_notifier_factory.cc', 552 'browser/chromeos/net/cros_network_change_notifier_factory.cc',
(...skipping 363 matching lines...) Expand 10 before | Expand all | Expand 10 after
917 'browser/chromeos/attestation/attestation_key_payload.proto', 916 'browser/chromeos/attestation/attestation_key_payload.proto',
918 ], 917 ],
919 'variables': { 918 'variables': {
920 'proto_in_dir': 'browser/chromeos/attestation', 919 'proto_in_dir': 'browser/chromeos/attestation',
921 'proto_out_dir': 'chrome/browser/chromeos/attestation', 920 'proto_out_dir': 'chrome/browser/chromeos/attestation',
922 }, 921 },
923 'includes': [ '../build/protoc.gypi' ] 922 'includes': [ '../build/protoc.gypi' ]
924 }, 923 },
925 ], 924 ],
926 } 925 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698