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

Side by Side Diff: chrome/browser/chromeos/BUILD.gn

Issue 2777223002: Gets chrome --mus some what working (Closed)
Patch Set: fix mac Created 3 years, 9 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 | « ash/test/ash_test_helper.cc ('k') | chrome/browser/chromeos/ash_config.h » ('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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 import("//build/config/features.gni") 5 import("//build/config/features.gni")
6 import("//build/config/ui.gni") 6 import("//build/config/ui.gni")
7 import("//extensions/features/features.gni") 7 import("//extensions/features/features.gni")
8 import("//media/media_options.gni") 8 import("//media/media_options.gni")
9 import("//printing/features/features.gni") 9 import("//printing/features/features.gni")
10 import("//third_party/protobuf/proto_library.gni") 10 import("//third_party/protobuf/proto_library.gni")
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
88 "//device/bluetooth", 88 "//device/bluetooth",
89 "//device/hid", 89 "//device/hid",
90 "//extensions/browser/kiosk", 90 "//extensions/browser/kiosk",
91 "//mash/public/interfaces", 91 "//mash/public/interfaces",
92 "//media", 92 "//media",
93 "//media/mojo/interfaces", 93 "//media/mojo/interfaces",
94 "//mojo/common", 94 "//mojo/common",
95 "//net", 95 "//net",
96 "//ppapi/proxy:ipc", # For PpapiMsg_LoadPlugin 96 "//ppapi/proxy:ipc", # For PpapiMsg_LoadPlugin
97 "//services/service_manager/public/cpp", 97 "//services/service_manager/public/cpp",
98 "//services/service_manager/runner/common",
98 "//services/ui/public/interfaces/display", 99 "//services/ui/public/interfaces/display",
99 100
100 # TODO: care about enable_basic_printing and enable_print_preview. 101 # TODO: care about enable_basic_printing and enable_print_preview.
101 "//components/sync", 102 "//components/sync",
102 "//printing", 103 "//printing",
103 "//skia", 104 "//skia",
104 "//storage/browser", 105 "//storage/browser",
105 "//storage/common", 106 "//storage/common",
106 "//third_party/adobe/flash:flapper_version_h", 107 "//third_party/adobe/flash:flapper_version_h",
107 "//third_party/cacheinvalidation", 108 "//third_party/cacheinvalidation",
(...skipping 211 matching lines...) Expand 10 before | Expand all | Expand 10 after
319 "arc/tracing/arc_tracing_bridge.cc", 320 "arc/tracing/arc_tracing_bridge.cc",
320 "arc/tracing/arc_tracing_bridge.h", 321 "arc/tracing/arc_tracing_bridge.h",
321 "arc/tts/arc_tts_service.cc", 322 "arc/tts/arc_tts_service.cc",
322 "arc/tts/arc_tts_service.h", 323 "arc/tts/arc_tts_service.h",
323 "arc/video/gpu_arc_video_service_host.cc", 324 "arc/video/gpu_arc_video_service_host.cc",
324 "arc/video/gpu_arc_video_service_host.h", 325 "arc/video/gpu_arc_video_service_host.h",
325 "arc/voice_interaction/arc_voice_interaction_framework_service.cc", 326 "arc/voice_interaction/arc_voice_interaction_framework_service.cc",
326 "arc/voice_interaction/arc_voice_interaction_framework_service.h", 327 "arc/voice_interaction/arc_voice_interaction_framework_service.h",
327 "arc/wallpaper/arc_wallpaper_service.cc", 328 "arc/wallpaper/arc_wallpaper_service.cc",
328 "arc/wallpaper/arc_wallpaper_service.h", 329 "arc/wallpaper/arc_wallpaper_service.h",
330 "ash_config.cc",
331 "ash_config.h",
329 "attestation/attestation_ca_client.cc", 332 "attestation/attestation_ca_client.cc",
330 "attestation/attestation_ca_client.h", 333 "attestation/attestation_ca_client.h",
331 "attestation/attestation_policy_observer.cc", 334 "attestation/attestation_policy_observer.cc",
332 "attestation/attestation_policy_observer.h", 335 "attestation/attestation_policy_observer.h",
333 "attestation/platform_verification_dialog.cc", 336 "attestation/platform_verification_dialog.cc",
334 "attestation/platform_verification_dialog.h", 337 "attestation/platform_verification_dialog.h",
335 "attestation/platform_verification_flow.cc", 338 "attestation/platform_verification_flow.cc",
336 "attestation/platform_verification_flow.h", 339 "attestation/platform_verification_flow.h",
337 "attestation/platform_verification_impl.cc", 340 "attestation/platform_verification_impl.cc",
338 "attestation/platform_verification_impl.h", 341 "attestation/platform_verification_impl.h",
(...skipping 1465 matching lines...) Expand 10 before | Expand all | Expand 10 after
1804 "policy/proto/chrome_device_policy.proto", 1807 "policy/proto/chrome_device_policy.proto",
1805 "policy/proto/install_attributes.proto", 1808 "policy/proto/install_attributes.proto",
1806 ] 1809 ]
1807 } 1810 }
1808 1811
1809 proto_library("attestation_proto") { 1812 proto_library("attestation_proto") {
1810 sources = [ 1813 sources = [
1811 "attestation/attestation_key_payload.proto", 1814 "attestation/attestation_key_payload.proto",
1812 ] 1815 ]
1813 } 1816 }
OLDNEW
« no previous file with comments | « ash/test/ash_test_helper.cc ('k') | chrome/browser/chromeos/ash_config.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698