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

Side by Side Diff: public/BUILD.gn

Issue 1231643010: Remove 'blink::WebSerializedOrigin' (6/6) (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@webnotificationmanager
Patch Set: Created 5 years, 5 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 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("//tools/grit/grit_rule.gni") 5 import("//tools/grit/grit_rule.gni")
6 6
7 if (is_android) { 7 if (is_android) {
8 import("//build/config/android/rules.gni") 8 import("//build/config/android/rules.gni")
9 } 9 }
10 10
(...skipping 399 matching lines...) Expand 10 before | Expand all | Expand 10 after
410 "platform/WebURLLoader.h", 410 "platform/WebURLLoader.h",
411 "platform/WebGestureCurve.h", 411 "platform/WebGestureCurve.h",
412 "platform/WebCompositorAnimationPlayerClient.h", 412 "platform/WebCompositorAnimationPlayerClient.h",
413 "platform/WebNinePatchLayer.h", 413 "platform/WebNinePatchLayer.h",
414 "platform/WebMediaDeviceInfo.h", 414 "platform/WebMediaDeviceInfo.h",
415 "platform/WebFileSystemCallbacks.h", 415 "platform/WebFileSystemCallbacks.h",
416 "platform/WebServiceWorkerResponseType.h", 416 "platform/WebServiceWorkerResponseType.h",
417 "platform/WebDeviceLightListener.h", 417 "platform/WebDeviceLightListener.h",
418 "platform/WebRTCDTMFSenderHandlerClient.h", 418 "platform/WebRTCDTMFSenderHandlerClient.h",
419 "platform/WebRTCStatsRequest.h", 419 "platform/WebRTCStatsRequest.h",
420 "platform/WebSerializedOrigin.h",
421 "platform/WebReferrerPolicy.h", 420 "platform/WebReferrerPolicy.h",
422 "web/WebDateTimeInputType.h", 421 "web/WebDateTimeInputType.h",
423 "web/WebSpeechRecognitionParams.h", 422 "web/WebSpeechRecognitionParams.h",
424 "web/WebPrintPresetOptions.h", 423 "web/WebPrintPresetOptions.h",
425 "web/WebCryptoNormalize.h", 424 "web/WebCryptoNormalize.h",
426 "web/WebPopupMenuInfo.h", 425 "web/WebPopupMenuInfo.h",
427 "web/WebHistoryItem.h", 426 "web/WebHistoryItem.h",
428 "web/WebOptionElement.h", 427 "web/WebOptionElement.h",
429 "web/WebDateTimeChooserCompletion.h", 428 "web/WebDateTimeChooserCompletion.h",
430 "web/WebDatabase.h", 429 "web/WebDatabase.h",
(...skipping 215 matching lines...) Expand 10 before | Expand all | Expand 10 after
646 grit("image_resources") { 645 grit("image_resources") {
647 output_dir = "$root_gen_dir/blink/public/resources" 646 output_dir = "$root_gen_dir/blink/public/resources"
648 use_qualified_include = true 647 use_qualified_include = true
649 source = "blink_image_resources.grd" 648 source = "blink_image_resources.grd"
650 outputs = [ 649 outputs = [
651 "grit/blink_image_resources.h", 650 "grit/blink_image_resources.h",
652 "blink_image_resources_100_percent.pak", 651 "blink_image_resources_100_percent.pak",
653 "blink_image_resources_200_percent.pak", 652 "blink_image_resources_200_percent.pak",
654 ] 653 ]
655 } 654 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698