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

Side by Side Diff: chrome/chrome_browser_chromeos.gypi

Issue 1475583002: Add IPC messages for ARC notification (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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) 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 'variables': { 7 'variables': {
8 # These files lists are shared with the GN build. 8 # These files lists are shared with the GN build.
9 'browser_chromeos_sources': [ 9 'browser_chromeos_sources': [
10 # All .cc, .h, .m, and .mm files under browser/chromeos, except for test s 10 # All .cc, .h, .m, and .mm files under browser/chromeos, except for test s
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
45 'browser/chromeos/app_mode/kiosk_external_updater.h', 45 'browser/chromeos/app_mode/kiosk_external_updater.h',
46 'browser/chromeos/app_mode/kiosk_mode_idle_app_name_notification.cc', 46 'browser/chromeos/app_mode/kiosk_mode_idle_app_name_notification.cc',
47 'browser/chromeos/app_mode/kiosk_mode_idle_app_name_notification.h', 47 'browser/chromeos/app_mode/kiosk_mode_idle_app_name_notification.h',
48 'browser/chromeos/app_mode/kiosk_profile_loader.cc', 48 'browser/chromeos/app_mode/kiosk_profile_loader.cc',
49 'browser/chromeos/app_mode/kiosk_profile_loader.h', 49 'browser/chromeos/app_mode/kiosk_profile_loader.h',
50 'browser/chromeos/app_mode/kiosk_session_plugin_handler.cc', 50 'browser/chromeos/app_mode/kiosk_session_plugin_handler.cc',
51 'browser/chromeos/app_mode/kiosk_session_plugin_handler.h', 51 'browser/chromeos/app_mode/kiosk_session_plugin_handler.h',
52 'browser/chromeos/app_mode/kiosk_session_plugin_handler_delegate.h', 52 'browser/chromeos/app_mode/kiosk_session_plugin_handler_delegate.h',
53 'browser/chromeos/app_mode/startup_app_launcher.cc', 53 'browser/chromeos/app_mode/startup_app_launcher.cc',
54 'browser/chromeos/app_mode/startup_app_launcher.h', 54 'browser/chromeos/app_mode/startup_app_launcher.h',
55 'browser/chromeos/arc/notification/arc_notification_item.cc',
khmel1 2015/11/25 00:30:10 They must be under define enable_arc
yoshiki 2015/11/25 09:40:35 Done.
56 'browser/chromeos/arc/notification/arc_notification_item.h',
57 'browser/chromeos/arc/notification/arc_notification_manager.cc',
58 'browser/chromeos/arc/notification/arc_notification_manager.h',
55 'browser/chromeos/attestation/attestation_ca_client.cc', 59 'browser/chromeos/attestation/attestation_ca_client.cc',
56 'browser/chromeos/attestation/attestation_ca_client.h', 60 'browser/chromeos/attestation/attestation_ca_client.h',
57 'browser/chromeos/attestation/attestation_policy_observer.cc', 61 'browser/chromeos/attestation/attestation_policy_observer.cc',
58 'browser/chromeos/attestation/attestation_policy_observer.h', 62 'browser/chromeos/attestation/attestation_policy_observer.h',
59 'browser/chromeos/attestation/platform_verification_dialog.cc', 63 'browser/chromeos/attestation/platform_verification_dialog.cc',
60 'browser/chromeos/attestation/platform_verification_dialog.h', 64 'browser/chromeos/attestation/platform_verification_dialog.h',
61 'browser/chromeos/attestation/platform_verification_flow.cc', 65 'browser/chromeos/attestation/platform_verification_flow.cc',
62 'browser/chromeos/attestation/platform_verification_flow.h', 66 'browser/chromeos/attestation/platform_verification_flow.h',
63 'browser/chromeos/attestation/platform_verification_impl.cc', 67 'browser/chromeos/attestation/platform_verification_impl.cc',
64 'browser/chromeos/attestation/platform_verification_impl.h', 68 'browser/chromeos/attestation/platform_verification_impl.h',
(...skipping 1234 matching lines...) Expand 10 before | Expand all | Expand 10 after
1299 'browser/chromeos/attestation/attestation_signed_data.proto', 1303 'browser/chromeos/attestation/attestation_signed_data.proto',
1300 ], 1304 ],
1301 'variables': { 1305 'variables': {
1302 'proto_in_dir': 'browser/chromeos/attestation', 1306 'proto_in_dir': 'browser/chromeos/attestation',
1303 'proto_out_dir': 'chrome/browser/chromeos/attestation', 1307 'proto_out_dir': 'chrome/browser/chromeos/attestation',
1304 }, 1308 },
1305 'includes': [ '../build/protoc.gypi' ] 1309 'includes': [ '../build/protoc.gypi' ]
1306 }, 1310 },
1307 ], 1311 ],
1308 } 1312 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698